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