This decompilation is incorrect:

The correct output can be seen here:

The first argument of objc_msgSendSuper2 is an objc_super struct containing a pointer to the self Class object and a pointer to the superclass.
The full type definitions can be seen starting here: https://github.com/apple-oss-distributions/objc4/blob/main/runtime/message.h#L34