pub fn start_fuzz_progress( tests_progress: Option<&TestsProgress>, suite_name: &str, test_name: &String, runs: u32, ) -> Option<ProgressBar>
Helper function for creating fuzz test progress bar.