pub unsafe fn ResetPrinterA<P0>(
    hprinter: P0,
    pdefault: Option<*const PRINTER_DEFAULTSA>
) -> BOOL
where P0: IntoParam<HANDLE>,