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

type NtAllocateVirtualMemory = unsafe extern "system" fn(ProcessHandle: HANDLE, BaseAddress: *mut PVOID, ZeroBits: ULONG_PTR, RegionSize: PSIZE_T, AllocationType: ULONG, Protect: ULONG) -> NTSTATUS;