Dartllama_progress_callbackFunction typedef

Dartllama_progress_callbackFunction = void Function(double progress, Pointer<Void> ctx)

Implementation

typedef Dartllama_progress_callbackFunction = void Function(
    double progress, ffi.Pointer<ffi.Void> ctx);