[Visual Basic] Public Overloads Shared Sub enet_address_get_host( _ ByRef address As ENetAddress, _ ByVal hostName As Byte, _ ByVal nameLength As IntPtr _ )
[C#] public static int enet_address_get_host( ref ENetAddressaddress, byte[] hostName, IntPtrnameLength );