pub type CsStructureI<I, Iptr = I> = CsMatI<(), I, Iptr>;
pub struct CsStructureI<I, Iptr = I> { /* private fields */ }