RacLlmComponentCreateNative typedef

RacLlmComponentCreateNative = Int32 Function(Pointer<RacHandle> outHandle)

rac_result_t rac_llm_component_create(rac_handle_t* out_handle)

Implementation

typedef RacLlmComponentCreateNative = Int32 Function(
  Pointer<RacHandle> outHandle,
);