Function realloc

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