SealdSsksTMRPlugin_Free method

void SealdSsksTMRPlugin_Free(
  1. Pointer<NativeSealdSsksTMRPlugin> tmrPlugin
)

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,
  );
}