Unmaps a file.
unsafe fn munmap(addr: usize, len: usize) -> i32
The address of the map.
The length of the map.
Returns success or an error value.
munmap(2)