Dartggml_log_callbackFunction typedef
Dartggml_log_callbackFunction =
void Function(ggml_log_level level, Pointer<Char> text, Pointer<Void> user_data)
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
typedef Dartggml_log_callbackFunction = void Function(
ggml_log_level level,
ffi.Pointer<ffi.Char> text,
ffi.Pointer<ffi.Void> user_data,
);