pub unsafe fn DevQueryPrint<P0>(
    hprinter: P0,
    pdevmode: *const DEVMODEA,
    presid: *mut u32
) -> BOOL
where P0: IntoParam<HANDLE>,