pub unsafe fn msg_send_3<R, A, B, C>( obj: *const c_void, sel: Sel, a: A, b: B, c: C, ) -> R
Send a message with 3 arguments.
See msg_send_0 for safety requirements.
msg_send_0