ReleaseAllocator property

Pointer<NativeFunction<Void Function(Pointer<OrtAllocator> input)>> ReleaseAllocator
getter/setter pair

\brief Release an ::OrtAllocator obtained from OrtApi::CreateAllocator

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.Void Function(ffi.Pointer<OrtAllocator> input)>
>
ReleaseAllocator;