pub fn NtProtectVirtualMemory(
process_handle: *mut c_void,
base_address: *mut *mut c_void,
region_size: *mut usize,
new_protect: u32,
old_protect: *mut u32,
) -> NTSTATUSExpand description
Wrapper for the NtProtectVirtualMemory function from NTDLL.DLL.