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