pub fn HistogramAddHistogram<HistogramType: SliceWrapperMut<u32> + SliceWrapper<u32> + CostAccessors>(
    xself: &mut HistogramType,
    v: &HistogramType
)