Function PyByteArray_Resize

pub unsafe extern "C" fn PyByteArray_Resize(
    bytearray: *mut PyObject,
    len: isize,
) -> i32
Available on crate features dep_pyo3 and std only.