RacVoiceAgentProcessTurnProtoNative typedef

RacVoiceAgentProcessTurnProtoNative = Int32 Function(Pointer<Void>, Pointer<Void>, Size, Pointer<RacProtoBuffer>)

Implementation

typedef RacVoiceAgentProcessTurnProtoNative =
    ffi.Int32 Function(
      ffi.Pointer<ffi.Void>,
      ffi.Pointer<ffi.Void>,
      ffi.Size,
      ffi.Pointer<RacProtoBuffer>,
    );