pub unsafe fn AllocateUserPhysicalPages2<P0>(
    objecthandle: P0,
    numberofpages: *mut usize,
    pagearray: *mut usize,
    extendedparameters: Option<&mut [MEM_EXTENDED_PARAMETER]>
) -> BOOL
where P0: IntoParam<HANDLE>,