pub type VariableKind = VariableKind<Interner>;
enum VariableKind { Ty(TyVariableKind), Lifetime, Const(Ty<Interner>), }