Function python3_sys::PyByteArray_Resize
[−]
[src]
pub unsafe extern "C" fn PyByteArray_Resize(
bytearray: *mut PyObject,
len: Py_ssize_t
) -> c_int