OrtGetApiBaseNative typedef

OrtGetApiBaseNative = Pointer<OrtApi> Function()

FFI function type definitions for ONNX Runtime C API.

These match the function signatures in onnxruntime_c_api.h

Implementation

// OrtApi* OrtGetApiBase()->GetApi(ORT_API_VERSION)
typedef OrtGetApiBaseNative = Pointer<OrtApi> Function();