pub fn munprotect( start: Address, size: usize, prot: MmapProtection, ) -> Result<()>
Unprotect the given memory (in page granularity) to allow access (PROT_READ/WRITE/EXEC).