pub fn make_histogram( files: &[String], i_export: usize, key: &str, hist: &mut Histogram, ) -> Result<()>