[][src]Type Definition ntapi::ntmmapi::NtProtectVirtualMemory

type NtProtectVirtualMemory = unsafe extern "system" fn(ProcessHandle: HANDLE, BaseAddress: *mut PVOID, RegionSize: PSIZE_T, NewProtect: ULONG, OldProtect: PULONG) -> NTSTATUS;