pub fn mprotect(start: Address, size: usize) -> Result<()>
Protect the given memory (in page granularity) to forbid any access (PROT_NONE).