Function windows::Wdk::Storage::FileSystem::ZwAllocateVirtualMemoryEx
pub unsafe fn ZwAllocateVirtualMemoryEx<P0>(
processhandle: P0,
baseaddress: *mut *mut c_void,
regionsize: *mut usize,
allocationtype: u32,
pageprotection: u32,
extendedparameters: Option<&mut [MEM_EXTENDED_PARAMETER]>,
) -> NTSTATUSwhere
P0: Param<HANDLE>,