using System; using System.Runtime.InteropServices; namespace Pkmnlib.Generated { internal static class C { /// const char * [DllImport("pkmnLib", CallingConvention = CallingConvention.Cdecl, EntryPoint= "PkmnLib_C_GetLastException")] internal static extern string GetLastException(); } }