RacVoiceAgentProtoEventCallbackNative typedef

RacVoiceAgentProtoEventCallbackNative = Void Function(Pointer<Uint8>, Size, Pointer<Void>)

Matches rac_voice_agent_proto_event_callback_fn in rac/features/voice_agent/rac_voice_event_abi.h.

Implementation

typedef RacVoiceAgentProtoEventCallbackNative =
    ffi.Void Function(ffi.Pointer<ffi.Uint8>, ffi.Size, ffi.Pointer<ffi.Void>);