unsafe extern "C" fn mmap( addr: *mut c_void, len: usize, prot: c_int, flags: c_int, fd: c_int, offset: isize, ) -> *mut c_void