mmap

Function mmap 

Source
pub fn mmap(
    addr: *mut c_void,
    len: usize,
    prot: MemoryProtection,
    flags: MapFlags,
    fd: Option<Fd>,
    offset: i64,
) -> Result<*mut c_void, Errno>