pub unsafe fn GdiGetPageHandle<P0>(
    spoolfilehandle: P0,
    page: u32,
    pdwpagetype: *mut u32
) -> HANDLE
where P0: IntoParam<HANDLE>,