objc_msgSend_fpret
Sends a message with a floating-point return value to an instance of a class.
objc_msgSend_stret
Sends a message with a data-structure return value to an instance of a class.
objc_msgSendSuper
Sends a message with a simple return value to the superclass of an instance of a class.
objc_msgSendSuper_stret
Sends a message with a data-structure return value to the superclass of an instance of a class.