RacEnumToCStringNative typedef

RacEnumToCStringNative = Int32 Function(Int32, Pointer<Pointer<Utf8>>)

rac_result_t rac_inference_framework_analytics_key( rac_inference_framework_t f, const char** out). out receives a statically-allocated literal — do NOT free.

Implementation

typedef RacEnumToCStringNative =
    ffi.Int32 Function(ffi.Int32, ffi.Pointer<ffi.Pointer<Utf8>>);