//! DNS cache flushing. Best-effort only: flushing never defines correctness,
//! and DNS Client (Dnscache) service failures are reported separately from
//! configuration failures.
use crateBackendKind;
use crate;
// DnsFlushResolverCache is exported by dnsapi.dll but is not part of the
// windows crate metadata, so it is declared here directly.
unsafe extern "system"
pub