Dartggml_log_callbackFunction typedef

Dartggml_log_callbackFunction = void Function(ggml_log_level level, Pointer<Char> text, Pointer<Void> user_data)

Implementation

typedef Dartggml_log_callbackFunction = void Function(ggml_log_level level,
    ffi.Pointer<ffi.Char> text, ffi.Pointer<ffi.Void> user_data);