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