pub type MultiArg2<T0, T1> = MultiValue2<T0, T1>;
MultiValue*
struct MultiArg2<T0, T1>(pub (T0, T1));
0: (T0, T1)