static extern UInt16 ntohs (UInt16);
Declare Function ntohs Lib "ws2_32.dll" (UInt16) As UInt16
public static extern ushort ntohs(ushort netshort);
Declare Function ntohs Lib "ws2_32.dll" (TODO) As TODO