realloc

Function realloc 

Source
pub unsafe extern "C" fn realloc(
    ptr: *mut void,
    size: usize,
) -> Option<&'static mut void>