RacVoiceAgentSetProtoCallbackDart typedef
RacVoiceAgentSetProtoCallbackDart =
int Function(Pointer<Void> , Pointer<NativeFunction<RacDownloadProtoProgressCallbackNative> > , Pointer<Void> )
Implementation
typedef RacVoiceAgentSetProtoCallbackDart =
int Function(
ffi.Pointer<ffi.Void>,
ffi.Pointer<ffi.NativeFunction<RacVoiceAgentProtoEventCallbackNative>>,
ffi.Pointer<ffi.Void>,
);