SealdSsksTMRPlugin_Free method
Close the current SSKS TMR plugin instance. This frees the memory. After calling close, the instance cannot be used anymore.
@param tmrPlugin The SSKS TMR plugin instance.
Implementation
void SealdSsksTMRPlugin_Free(
ffi.Pointer<NativeSealdSsksTMRPlugin> tmrPlugin,
) {
return _SealdSsksTMRPlugin_Free(
tmrPlugin,
);
}