Function mmap

Source
pub unsafe extern "C" fn mmap(
    __addr: *mut c_void,
    __len: usize,
    __prot: i32,
    __flags: i32,
    __fd: i32,
    __offset: i64,
) -> *mut c_void