mmap

Function mmap 

Source
pub unsafe extern "C" fn mmap(
    __addr: *mut c_void,
    __len: size_t,
    __prot: c_int,
    __flags: c_int,
    __fd: c_int,
    __offset: __off_t,
) -> *mut c_void