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
Expand description

Required features: "Win32_Foundation"