RacLlmGenerateStreamProtoNative typedef
RacLlmGenerateStreamProtoNative =
Int32 Function(Pointer<Uint8> , Size, Pointer<NativeFunction<RacDownloadProtoProgressCallbackNative> > , Pointer<Void> )
Implementation
typedef RacLlmGenerateStreamProtoNative =
ffi.Int32 Function(
ffi.Pointer<ffi.Uint8>,
ffi.Size,
ffi.Pointer<ffi.NativeFunction<RacLlmStreamProtoCallbackNative>>,
ffi.Pointer<ffi.Void>,
);