pub fn parse_hex_to_u64<S>(i: &[u8], size: S) -> IResult<&[u8], u64>where S: ToUsize + Copy,
Read a slice as a big-endian value.