RacVoiceAgentComponentCreateProtoDart typedef

RacVoiceAgentComponentCreateProtoDart = int Function(Pointer<Uint8>, int, Pointer<Pointer<Void>>)

Implementation

typedef RacVoiceAgentComponentCreateProtoDart =
    int Function(
      ffi.Pointer<ffi.Uint8>,
      int,
      ffi.Pointer<ffi.Pointer<ffi.Void>>,
    );