pub fn print_progress(current: usize, total: usize, message: &str)
Display a simple progress indicator.
Prints a progress bar with percentage and optional message.