Function mach_vm_protect [src]
Alias for std.c.darwin.mach_vm_protect
Prototype
pub extern "c" fn mach_vm_protect( target_task: vm_map_t, address: mach_vm_address_t, size: mach_vm_size_t, set_maximum: boolean_t, new_protection: vm_prot_t, ) kern_return_t
Parameters
target_task: vm_map_t
address: mach_vm_address_t
size: mach_vm_size_t
set_maximum: boolean_t
new_protection: vm_prot_t
Source
pub extern "c" fn mach_vm_protect(
target_task: vm_map_t,
address: mach_vm_address_t,
size: mach_vm_size_t,
set_maximum: boolean_t,
new_protection: vm_prot_t,
) kern_return_t