pub unsafe extern "C-unwind" fn NSAccessibilityPostNotificationWithUserInfo(
element: &AnyObject,
notification: &NSAccessibilityNotificationName,
user_info: Option<&NSDictionary<NSAccessibilityNotificationUserInfoKey, AnyObject>>,
)
Available on crate feature
NSAccessibilityConstants
only.Expand description
ยงSafety
element
should be of the correct type.user_info
generic should be of the correct type.