pub unsafe extern "C-unwind" fn NSReleaseAlertPanel(
panel: Option<&AnyObject>,
)
๐Deprecated: Use NSAlert instead
Available on crate feature
NSPanel
only.Expand description
ยงSafety
panel
should be of the correct type.panel
might not allowNone
.