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.Expand description
ยงSafety
elementshould be of the correct type.elementmight not allowNone.attributemight not allowNone.valueshould be of the correct type.valuemight not allowNone.