pub type ConstI128<const VALUE: i128> = Const<VALUE>;
See i128::Const
pub struct ConstI128<const VALUE: i128>(/* private fields */);