RacVlmComponentTokenCallbackNative typedef

RacVlmComponentTokenCallbackNative = Int32 Function(Pointer<Utf8> token, Pointer<Void> userData)

VLM component token callback signature rac_bool_t (rac_vlm_component_token_callback_fn)(const char token, void* user_data)

Implementation

typedef RacVlmComponentTokenCallbackNative = Int32 Function(
  Pointer<Utf8> token,
  Pointer<Void> userData,
);