Release property

Pointer<NativeFunction<Void Function(Pointer<OrtScanKernelHelper> this_ptr)>> Release
getter/setter pair

\brief Called by ORT to release the OrtScanKernelHelper instance and its resources.

\paramin this_ptr The OrtScanKernelHelper instance.

\since Version 1.24.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Void Function(ffi.Pointer<OrtScanKernelHelper> this_ptr)
  >
>
Release;