Function pyo3::ffi::PyByteArray_Resize

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