internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_RakNet__TCPInterface obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public void SetTCPInterface(SWIGTYPE_p_RakNet__TCPInterface ptr)
 {
     RakNetPINVOKE.PluginInterface2_SetTCPInterface(swigCPtr, SWIGTYPE_p_RakNet__TCPInterface.getCPtr(ptr));
 }