Release property
Pointer<NativeFunction<Void Function(Pointer<OrtSyncStreamImpl> this_ptr)> >
Release
getter/setter pair
\brief Release the OrtSyncStreamImpl instance.
This is called by ORT when the OrtSyncStreamImpl instance is no longer needed. The implementation should release any resources held by the instance.
\paramin this_ptr Pointer to the OrtSyncStreamImpl instance.
\since Version 1.23.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Void Function(ffi.Pointer<OrtSyncStreamImpl> this_ptr)
>
>
Release;