Extends the existing mix-in for VectorizeOp with support for the missing unit attributes.
Also fixes the unintuitive implementation where
structured.VectorizeOp(target=target, vectorize_padding=False) still resulted in the creation of the UnitAttr vectorize_padding.
That cast should not be necessary; you just tested if it's an instance of bool, no?