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