pub unsafe extern "C" fn _PyBytes_Resize(
    bytes: *mut *mut PyObject,
    newsize: isize
) -> i32