fn weighted_histogram_mean( left: NativeHistogram, left_count: u64, right: NativeHistogram, right_count: u64, total_count: u64, ) -> Option<NativeHistogram>