Function windows::Wdk::Storage::FileSystem::NtAllocateVirtualMemory
pub unsafe fn NtAllocateVirtualMemory<P0>(
processhandle: P0,
baseaddress: *mut *mut c_void,
zerobits: usize,
regionsize: *mut usize,
allocationtype: u32,
protect: u32,
) -> NTSTATUSwhere
P0: Param<HANDLE>,