RacOutOnlyProtoNative typedef

RacOutOnlyProtoNative = Int32 Function(Pointer<RacProtoBuffer>)

Single-arg out-only proto-buffer ABI (used by tts_stop_lifecycle / vad_start_lifecycle / vad_stop_lifecycle / vad_reset_lifecycle).

Implementation

typedef RacOutOnlyProtoNative = ffi.Int32 Function(ffi.Pointer<RacProtoBuffer>);