pub fn mmap( start: usize, len: usize, prot: MapPermission, flags: MapFlags, fd: usize, offset: usize) -> usize