pub unsafe fn mmap( addr: *mut void, length: size_t, prot: int, flags: int, fd: int, offset: off_t, ) -> Result<*mut void>
Map a file or device into memory.