pub type ITypeIntInst<D> = ITypeInst<IntReg<D>, IntReg<D>>;
pub struct ITypeIntInst<D> { /* private fields */ }