llama_progress_callbackFunction typedef

llama_progress_callbackFunction = Void Function(Float progress, Pointer<Void> ctx)

Implementation

typedef llama_progress_callbackFunction = ffi.Void Function(
    ffi.Float progress, ffi.Pointer<ffi.Void> ctx);