Write a 16-bit integer to a byte buffer in big-endian order.
Declared in <crypto/common.h>
<crypto/common.h>
template<ByteType B> void WriteBE16( B* ptr, uint16_t x);