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