pub unsafe extern "C" fn VirtualAlloc2( Process: HANDLE, BaseAddress: PVOID, Size: SIZE_T, AllocationType: ULONG, PageProtection: ULONG, ExtendedParameters: *mut MEM_EXTENDED_PARAMETER, ParameterCount: ULONG, ) -> PVOID