pub unsafe fn FindNextPrinterChangeNotification<P0>(
    hchange: P0,
    pdwchange: Option<*mut u32>,
    pvreserved: Option<*const c_void>,
    ppprinternotifyinfo: Option<*mut *mut c_void>
) -> BOOL
where P0: IntoParam<HANDLE>,