fn write_native_histogram<'a>( table_data: &mut TableData, histogram: &Histogram, tags: impl Iterator<Item = (&'a str, String)>, ) -> Result<()>