[][src]Function swim_c::sys::mman::mmap

pub unsafe extern "C" fn mmap(
    addr: *mut c_void,
    len: usize,
    prot: i32,
    flags: i32,
    fd: i32,
    off: i64
) -> *mut c_void