python27_sys

Function PyObject_Realloc

Source
pub unsafe extern "C" fn PyObject_Realloc(
    arg1: *mut c_void,
    arg2: size_t,
) -> *mut c_void