pub fn decode<'de, R, T>(r: R) -> Result<T, R::Error> where R: Reader<'de>, T: Unsigned,
Decode the given length using variable int encoding.