pub fn item_progress<S>(len: S, name: &str) -> ProgressBarwhere S: TryInto<u64>, S::Error: Debug,
Create a progress bar for tracking items.
If the size is unknown at creation time, pass 0.