pub unsafe extern "C-unwind" fn NSAccessibilityRoleDescriptionForUIElement(
element: &AnyObject,
) -> Option<Retained<NSString>>Available on crate feature
NSAccessibility only.Expand description
ยงSafety
element should be of the correct type.