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