Skip to main content

objc_msgSend

Function objc_msgSend 

Source
pub unsafe extern "C" fn objc_msgSend(
    receiver: Id,
    sel: Sel,
    ...
) -> Id