ReleaseLoraAdapter property

Pointer<NativeFunction<Void Function(Pointer<OrtLoraAdapter> input)>> ReleaseLoraAdapter
getter/setter pair

\brief Release an ::OrtLoraAdapter obtained from OrtApi::CreateLoraAdapter

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.Void Function(ffi.Pointer<OrtLoraAdapter> input)>
>
ReleaseLoraAdapter;