pub type SafeUint16<F> = SafeType<F, { _ }, TOTAL_BITS>;
SafeType for uint16.
struct SafeUint16<F> { /* private fields */ }