Skip to main content

msg_send_10

Function msg_send_10 

Source
pub unsafe fn msg_send_10<R, A, B, C, D, E, F, G, H, I, J>(
    obj: *const c_void,
    sel: Sel,
    a: A,
    b: B,
    c: C,
    d: D,
    e: E,
    f_arg: F,
    g: G,
    h: H,
    i: I,
    j: J,
) -> R
Expand description

Send a message with 10 arguments.

ยงSafety

See msg_send_0 for safety requirements.