pyo3::ffi

Function PyMem_Realloc

Source
pub unsafe extern "C" fn PyMem_Realloc(
    ptr: *mut c_void,
    new_size: usize,
) -> *mut c_void
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here