pub unsafe fn SpoolerFindNextPrinterChangeNotification<P0>(
    hprinter: P0,
    pfdwchange: *mut u32,
    pprinternotifyoptions: Option<*const c_void>,
    ppprinternotifyinfo: Option<*mut *mut c_void>
) -> BOOL
where P0: IntoParam<HANDLE>,