realloc

Function realloc 

Source
pub unsafe extern "C" fn realloc(
    _Memory: *mut c_void,
    _NewSize: c_ulonglong,
) -> *mut c_void