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