RacLlmComponentTokenCallbackNative typedef
LLM streaming token callback signature rac_bool_t (rac_llm_component_token_callback_fn)(const char token, void* user_data)
Implementation
typedef RacLlmComponentTokenCallbackNative = Int32 Function(
Pointer<Utf8> token,
Pointer<Void> userData,
);