fn DecodeSymbol(
    bits: u32,
    table: &[HuffmanCode],
    br: &mut BrotliBitReader
) -> u32