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