Function g_realloc

pub unsafe extern "C" fn g_realloc(
    mem: *mut c_void,
    n_bytes: usize,
) -> *mut c_void