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