python27_sys

Function PyMem_Realloc

Source
pub unsafe extern "C" fn PyMem_Realloc(
    p: *mut c_void,
    n: size_t,
) -> *mut c_void