pub fn progress_step(_note: &str)Expand description
Advance the progress indicator by one step.
Perl Common/Error.pm:ProgressStep L430-433 ticks a terminal spinner. This
port draws no spinner — conversion steps go by faster than a spinner can
usefully render — so the call is a deliberate no-op, kept as the seam Perl
bindings call through. The reporting that does reach the log is
note_progress and the note_begin/note_end pair.