Skip to main content

msg_send_4

Function msg_send_4 

Source
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
Expand description

Send a message with 4 arguments.

ยงSafety

See msg_send_0 for safety requirements.