RacSttComponentLoadModelDart typedef

RacSttComponentLoadModelDart = int Function(Pointer<Void>, Pointer<Utf8>, Pointer<Utf8>, Pointer<Utf8>)

Implementation

typedef RacSttComponentLoadModelDart =
    int Function(
      ffi.Pointer<ffi.Void>,
      ffi.Pointer<Utf8>,
      ffi.Pointer<Utf8>,
      ffi.Pointer<Utf8>,
    );