Function pyo3::ffi::PyMem_Realloc

source ยท
pub unsafe extern "C" fn PyMem_Realloc(
    ptr: *mut c_void,
    new_size: usize,
) -> *mut c_void