Skip to main content

msg_send_6

Function msg_send_6 

Source
pub unsafe fn msg_send_6<R, A, B, C, D, E, F>(
    obj: *const c_void,
    sel: Sel,
    a: A,
    b: B,
    c: C,
    d: D,
    e: E,
    f_arg: F,
) -> R
Expand description

Send a message with 6 arguments.

ยงSafety

See msg_send_0 for safety requirements.