pub unsafe fn SpoolerRefreshPrinterChangeNotification<P0>(
    hprinter: P0,
    dwcolor: u32,
    poptions: *const PRINTER_NOTIFY_OPTIONS,
    ppinfo: Option<*mut *mut PRINTER_NOTIFY_INFO>
) -> BOOL
where P0: IntoParam<HANDLE>,