llama_progress_callbackFunction typedef

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

Implementation

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