OrtCreateEnvNative typedef
OrtCreateEnvNative =
Pointer<OrtStatus> Function(Int32 logLevel, Pointer<Utf8> logId, Pointer<Pointer<OrtEnv> > out)
Implementation
typedef OrtCreateEnvNative = Pointer<OrtStatus> Function(
Int32 logLevel,
Pointer<Utf8> logId,
Pointer<Pointer<OrtEnv>> out,
);