Function SafeDecodeSymbol

Source
fn SafeDecodeSymbol(
    table: &[HuffmanCode],
    br: &mut BrotliBitReader,
    result: &mut u32,
) -> bool