pub type FixedUtf16Be<const N: usize> = FixedUtf16<N, BigEndian>;
Fixed-width big-endian UTF-16 text.
pub struct FixedUtf16Be<const N: usize> { /* private fields */ }