Function windows::Wdk::Storage::FileSystem::ZwAllocateVirtualMemory

pub unsafe fn ZwAllocateVirtualMemory<P0>(
    processhandle: P0,
    baseaddress: *mut *mut c_void,
    zerobits: usize,
    regionsize: *mut usize,
    allocationtype: u32,
    protect: u32,
) -> NTSTATUS
where P0: Param<HANDLE>,