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