This is slightly more user-visible than D119894, because the user is
expected to touch __wrap_iter directly. But the affected ctors are
non-public, so the user was never expected to be actually calling them.
And I didn't intentionally omit this from D119894; I just didn't
think of it.
(Btw, I noticed this as a result of researching https://quuxplusone.github.io/blog/2022/03/03/why-isnt-vector-iterator-just-t-star/ )