pub fn par_sort_strings<Iter: ParallelIterator<Item = Box<[u8]>>>( iter: Iter, pl: impl ProgressLog + Send, buffer_size: usize, ) -> Result<impl Iterator<Item = Box<[u8]>>>