Dartggml_log_callbackFunction typedef

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

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

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