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