pub fn usize(input: &[u8]) -> IResult<&[u8], usize, (&[u8], ErrorKind)>
nom combinator to decode a variable-length encoded usize .
nom
usize