pub fn BrotliOptimizeHistograms<Alloc: Allocator<u8> + Allocator<u32> + Allocator<HistogramLiteral> + Allocator<HistogramCommand> + Allocator<HistogramDistance>>(
    num_distance_codes: usize,
    mb: &mut MetaBlockSplit<Alloc>
)