public static extern void tc_request(uint context, InteropStringDisposable function, InteropStringDisposable parameters, uint requestId, CallbackDelegate callbackPointer);
public static InteropStringDisposable ToInteropStringDisposable(this string str) { return(InteropStringDisposable.CreateAndAlloc(str)); }
public static extern IntPtr tc_create_context(InteropStringDisposable config);