//! Windows `SocketAudit` stub (plan 015 phase C U13 / plan 013).
//!
//! Real impl would use `Get-NetTCPConnection`, `Get-NetUDPEndpoint`,
//! or the IP Helper API (`GetTcpTable2` etc.). Today returns
//! `Unsupported` so callers can surface a clean message; future
//! Windows work fills this in.
use crate;
;