[][src]Function ntapi::ntmmapi::NtAllocateVirtualMemory

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