RacStorageIsModelLoadedNative typedef

RacStorageIsModelLoadedNative = Int32 Function(Pointer<Utf8>, Pointer<Int32>, Pointer<Void>)

Implementation

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