Function realloc

pub unsafe extern "C" fn realloc(
    p: *mut c_void,
    size: usize,
) -> *mut c_void
Available on crate feature dep_sdl2 only.