fn DecodeVarLenUint8(
    substate_decode_uint8: &mut BrotliRunningDecodeUint8State,
    br: &mut BrotliBitReader,
    value: &mut u32,
    input: &[u8]
) -> BrotliDecoderErrorCode