realloc

Function realloc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn realloc( old: *mut c_void, new_size: usize, ) -> *mut c_void