RacVoiceAgentSetProtoCallbackNative typedef

RacVoiceAgentSetProtoCallbackNative = Int32 Function(Pointer<Void>, Pointer<NativeFunction<RacDownloadProtoProgressCallbackNative>>, Pointer<Void>)

Implementation

typedef RacVoiceAgentSetProtoCallbackNative =
    ffi.Int32 Function(
      ffi.Pointer<ffi.Void>,
      ffi.Pointer<ffi.NativeFunction<RacVoiceAgentProtoEventCallbackNative>>,
      ffi.Pointer<ffi.Void>,
    );