([MarshalAs(UnmanagedType.FunctionPtr)] DLog a_callback)
| 30 | } |
| 31 | } |
| 32 | [DllImport("runity")] public static extern void bind_log_callback([MarshalAs(UnmanagedType.FunctionPtr)] DLog a_callback); |
| 33 | [UnmanagedFunctionPointer(CallingConvention.StdCall)] |
| 34 | public delegate void DLog(LogMessage a_message); |
| 35 | } |
nothing calls this directly
no outgoing calls
no test coverage detected