internal static extern uint GetTcpStatisticsEx(out MibTcpStats statistics, AddressFamily family);
 internal extern static uint GetTcpStatisticsEx(out MibTcpStats statistics, AddressFamily family);
 internal static extern uint GetTcpStatistics(out MibTcpStats statistics);
 internal static extern uint GetTcpStatistics(out MibTcpStats statistics);