pub unsafe fn ProvidorFindFirstPrinterChangeNotification<P0, P1>(
    hprinter: P0,
    fdwflags: u32,
    fdwoptions: u32,
    hnotify: P1,
    pprinternotifyoptions: Option<*const c_void>,
    pvreserved1: Option<*mut c_void>
) -> BOOL
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>,