internal static extern bool InternalIsInvalid(ref NetIdentity self);
 internal static extern bool InternalParseString(ref NetIdentity self, [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(Utf8StringToNative))] string pszStr);
 internal static extern void InternalClear(ref NetIdentity self);
 internal static extern bool InternalIsEqualTo(ref NetIdentity self, ref NetIdentity x);
 internal static extern void InternalToString(ref NetIdentity self, IntPtr buf, uint cbBuf);
 internal static extern ulong InternalGetSteamID64(ref NetIdentity self);
 internal static extern byte InternalGetGenericBytes(ref NetIdentity self, ref int cbLen);
 internal static extern bool InternalIsLocalHost(ref NetIdentity self);
 internal static extern Utf8StringPointer InternalGetGenericString(ref NetIdentity self);
 internal static extern IntPtr InternalGetIPAddr(ref NetIdentity self);
 internal static extern void InternalSetLocalHost(ref NetIdentity self);
 internal static extern void InternalSetIPAddr(ref NetIdentity self, ref NetAddress addr);
 internal static extern Utf8StringPointer InternalGetXboxPairwiseID(ref NetIdentity self);
 internal static extern bool InternalSetXboxPairwiseID(ref NetIdentity self, [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(Utf8StringToNative))] string pszString);
 internal static extern void InternalSetSteamID(ref NetIdentity self, SteamId steamID);
 internal static extern bool InternalSetGenericBytes(ref NetIdentity self, IntPtr data, uint cbLen);
 internal static extern SteamId InternalGetSteamID(ref NetIdentity self);
 internal static extern void InternalSetSteamID64(ref NetIdentity self, ulong steamID);