pub fn uint64_from_reader<R: Read>(r: &mut R) -> Result<u64>
Reads a uint64 from a reader (big-endian).