fn BrotliWriteHuffmanTreeRepetitionsZeros(
    repetitions: usize,
    tree_size: &mut usize,
    tree: &mut [u8],
    extra_bits_data: &mut [u8],
)