Dartggml_abort_callback_tFunction typedef

Dartggml_abort_callback_tFunction = void Function(Pointer<Char> error_message)

Implementation

typedef Dartggml_abort_callback_tFunction = void Function(
    ffi.Pointer<ffi.Char> error_message);