Function windows::Win32::System::Memory::VirtualAlloc2
pub unsafe fn VirtualAlloc2<P0>(
process: P0,
baseaddress: Option<*const c_void>,
size: usize,
allocationtype: VIRTUAL_ALLOCATION_TYPE,
pageprotection: u32,
extendedparameters: Option<&mut [MEM_EXTENDED_PARAMETER]>,
) -> *mut c_voidwhere
P0: Param<HANDLE>,