ggml_abort_callback_tFunction typedef

ggml_abort_callback_tFunction = Void Function(Pointer<Char> error_message)

Implementation

typedef ggml_abort_callback_tFunction =
    ffi.Void Function(ffi.Pointer<ffi.Char> error_message);