Function libc::mremap [] [src]

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