Function objc_sys::protocol_getMethodDescription

source ยท
pub unsafe extern "C" fn protocol_getMethodDescription(
    proto: *const objc_protocol,
    sel: *const objc_selector,
    is_required_method: BOOL,
    is_instance_method: BOOL
) -> objc_method_description
Available on non-crate feature unstable-objfw only.