Release property

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

\brief Release the OrtExternalResourceImporterImpl instance.

This is called by ORT when the OrtExternalResourceImporterImpl instance is no longer needed. The implementation should release any resources held by the instance.

\paramin this_ptr Pointer to the OrtExternalResourceImporterImpl instance.

\since Version 1.24.

Implementation

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