pub unsafe fn ReplyPrinterChangeNotification<P0>(
    hprinter: P0,
    fdwchangeflags: u32,
    pdwresult: Option<*mut u32>,
    pprinternotifyinfo: Option<*const c_void>
) -> BOOL
where P0: IntoParam<HANDLE>,