pub unsafe fn ReplyPrinterChangeNotificationEx<P0>(
    hnotify: P0,
    dwcolor: u32,
    fdwflags: u32,
    pdwresult: *mut u32,
    pprinternotifyinfo: *const c_void
) -> BOOL
where P0: IntoParam<HANDLE>,