RacLlmComponentLoadModelDart typedef
RacLlmComponentLoadModelDart =
int Function(RacHandle handle, Pointer<Utf8> modelPath, Pointer<Utf8> modelId, Pointer<Utf8> modelName)
Implementation
typedef RacLlmComponentLoadModelDart = int Function(
RacHandle handle,
Pointer<Utf8> modelPath,
Pointer<Utf8> modelId,
Pointer<Utf8> modelName,
);