pub unsafe fn send_message<R>(obj: *const c_void, sel: Sel) -> RExpand description
Helper function to send a message with the given selector.
This is the Rust equivalent of C++’s Object::sendMessage<>.
§Safety
objmust be a valid Objective-C object pointerselmust be a valid selector for the object- The return type must match the actual return type of the method