//! Windows interface stub (plan 008 U4).
//!
//! Real impl would query `Get-NetAdapter` / IP Helper APIs. Today
//! every method reports "not found" — the FSM treats "no interface"
//! as a normal disconnected state, so this stub doesn't crash anything.
use crateInterface;
;