// AUTOMATICALLY GENERATED, DO NOT EDIT using System; using System.Runtime.InteropServices; namespace Arbutils.Generated { internal static class C { /// const char * [DllImport("libArbutils", CallingConvention = CallingConvention.Cdecl, EntryPoint= "Arbutils_C_GetLastException")] internal static extern IntPtr GetLastException(); /// Function * /// void [DllImport("libArbutils", CallingConvention = CallingConvention.Cdecl, EntryPoint= "Arbutils_C_SetSignalCallback")] internal static extern void SetSignalCallback(IntPtr callback); } }