GetVersionString property
\brief Returns a null terminated string of the version of the Onnxruntime library (eg: "1.8.1")
\return UTF-8 encoded version string. Do not deallocate the returned buffer.
Implementation
external ffi.Pointer<ffi.NativeFunction<ffi.Pointer<ffi.Char> Function()>>
GetVersionString;