pub fn u64(buf: &[u8]) -> Result<(u64, &[u8]), Error>
Decode the given slice as u64.
u64
Returns the value and the remaining slice.