llama_progress_callback typedef

llama_progress_callback = Pointer<NativeFunction<Bool Function(Float progress, Pointer<Void> ctx)>>

Implementation

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