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