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-objfw only.