[][src]Function libc::mremap

pub unsafe extern "C" fn mremap(
    addr: *mut c_void,
    len: size_t,
    new_len: size_t,
    flags: c_int,
    _: ...
) -> *mut c_void