pub fn read_u64_le(buf: &[u8], pos: usize) -> Result<u64, ProtoError>
Read a little-endian value from the buffer at pos.
pos