Read a little-endian 64-bit integer from a byte buffer.
Declared in <crypto/common.h>
<crypto/common.h>
template<ByteType B> uint64_t ReadLE64(B const* ptr);
The decoded host-order value.