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