pub unsafe fn CallRouterFindFirstPrinterChangeNotification<P0, P1>(
    hprinterrpc: P0,
    fdwfilterflags: u32,
    fdwoptions: u32,
    hnotify: P1,
    pprinternotifyoptions: *const PRINTER_NOTIFY_OPTIONS,
) -> u32
where P0: Param<HANDLE>, P1: Param<HANDLE>,