pub extern "ntdll" fn NtAllocateVirtualMemory( ProcessHandle: HANDLE, BaseAddress: *PVOID, ZeroBits: ULONG_PTR, RegionSize: *SIZE_T, AllocationType: MEM.ALLOCATE, Protect: PAGE, ) callconv(.winapi) NTSTATUS