pub fn munmap(start: Address, size: usize) -> Result<()>
Unmap the given memory (in page granularity). This wraps the unsafe libc munmap call.