pub open spec fn swap5_3<A, B, C, D, E>(i: (D, (A, (B, (C, E))))) -> (A, (B, (C, (D, E))))
{ (i.1.0, (i.1.1.0, (i.1.1.1.0, (i.0, i.1.1.1.1)))) }