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