Function windows_sys::Win32::System::Memory::VirtualAlloc2
pub unsafe extern "system" fn VirtualAlloc2(
process: HANDLE,
baseaddress: *const c_void,
size: usize,
allocationtype: VIRTUAL_ALLOCATION_TYPE,
pageprotection: u32,
extendedparameters: *mut MEM_EXTENDED_PARAMETER,
parametercount: u32,
) -> *mut c_void