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
elementshould be of the correct type.user_infogeneric should be of the correct type.