pub fn protect_mem(
    gpa: u64,
    size: usize,
    mem_perm: MemPerm
) -> Result<(), Error>
Expand description

Modifies the permissions of a region in the guest physical address space of the virtual machine