pub type NoopProgress<C = usize> = fn(C);
Default progress callback type used when no callback is configured.