fn pick_count_first_where( sorted_runs: Vec<SortedRun<FileHandle>>, max_output_file_size: Option<u64>, is_eligible: impl Fn(&Candidate) -> bool, ) -> Vec<FileHandle>