Function NtAllocateVirtualMemoryEx
pub unsafe fn NtAllocateVirtualMemoryEx(
processhandle: HANDLE,
baseaddress: *mut *mut c_void,
regionsize: *mut usize,
allocationtype: u32,
pageprotection: u32,
extendedparameters: Option<&mut [MEM_EXTENDED_PARAMETER]>,
) -> NTSTATUS