pub unsafe extern "C" fn PyObject_Realloc(
    ptr: *mut c_void,
    new_size: usize
) -> *mut c_void