pub unsafe extern "C" fn PyByteArray_Resize(
    bytearray: *mut PyObject,
    len: Py_ssize_t
) -> c_int