RacLlmStreamProtoCallbackNative typedef

RacLlmStreamProtoCallbackNative = Void Function(Pointer<Uint8>, Size, Pointer<Void>)

Matches rac_llm_stream_proto_callback_fn in rac/features/llm/rac_llm_stream.h.

Implementation

typedef RacLlmStreamProtoCallbackNative =
    ffi.Void Function(ffi.Pointer<ffi.Uint8>, ffi.Size, ffi.Pointer<ffi.Void>);