ggml_abort_callback_t typedef

Function type used in fatal error callbacks

Implementation

typedef ggml_abort_callback_t =
    ffi.Pointer<ffi.NativeFunction<ggml_abort_callback_tFunction>>;