withProgressCallback

fnCreateOpts withProgressCallback(CreateOpts co, void delegate(const(char)[]) nothrow @nogc onMessage, void delegate(const(char)[]) nothrow @nogc onTreated) @safe @nogc nothrow

Sets progress callbacks for archive creation.

Parameters

onMessagereceives human‑readable messages (may be null)
onTreatedreceives each treated file path (may be null)