Function pyo3::ffi::PyByteArray_Resize

source ยท
pub unsafe extern "C" fn PyByteArray_Resize(
    bytearray: *mut PyObject,
    len: isize,
) -> i32