pub fn HistogramAddItem<HistogramType>(xself: &mut HistogramType, val: usize)where
    HistogramType: SliceWrapper<u32> + SliceWrapperMut<u32> + CostAccessors,