pub unsafe extern "C-unwind" fn NSAccessibilityRaiseBadArgumentException(
element: Option<&AnyObject>,
attribute: Option<&NSAccessibilityAttributeName>,
value: Option<&AnyObject>,
)👎Deprecated: Exceptions are no longer appropriate for indicating errors in accessibility API. Unexpected values should be handled through appropriate type checking.
Available on crate features
NSAccessibility and NSAccessibilityConstants only.