pub unsafe fn SpoolerFindFirstPrinterChangeNotification<P0>(
    hprinter: P0,
    fdwfilterflags: u32,
    fdwoptions: u32,
    pprinternotifyoptions: *const c_void,
    pvreserved: Option<*const c_void>,
    pnotificationconfig: *const c_void,
    phnotify: Option<*mut HANDLE>,
    phevent: Option<*mut HANDLE>
) -> BOOL
where P0: IntoParam<HANDLE>,