RacTtsSynthesizeStreamProtoNative typedef
RacTtsSynthesizeStreamProtoNative =
Int32 Function(Pointer<Void> , Pointer<Utf8> , Pointer<Uint8> , Size, Pointer<NativeFunction<RacDownloadProtoProgressCallbackNative> > , Pointer<Void> )
Implementation
typedef RacTtsSynthesizeStreamProtoNative =
ffi.Int32 Function(
ffi.Pointer<ffi.Void>,
ffi.Pointer<Utf8>,
ffi.Pointer<ffi.Uint8>,
ffi.Size,
ffi.Pointer<ffi.NativeFunction<RacTtsProtoChunkCallbackNative>>,
ffi.Pointer<ffi.Void>,
);