Skip to main content

objc_msgSend_stret

Function objc_msgSend_stret 

Source
pub unsafe extern "C" fn objc_msgSend_stret(
    stret: *mut c_void,
    receiver: Id,
    sel: Sel,
    ...
)
Expand description

objc_msgSend variant for stret on x86_64 (structs > 16 bytes).