use ;
/// Creates and returns a ProgressBar with a custom style.
///
/// # Arguments
///
/// * `len` - The total length or count of the progress bar.
///
/// # Returns
///
/// * `ProgressBar` - A new ProgressBar instance with the specified length and style.