pub unsafe extern "C-unwind" fn NSInterfaceStyleForKey(
key: Option<&NSString>,
responder: Option<&NSResponder>,
) -> NSInterfaceStyle
๐Deprecated
Available on crate features
NSInterfaceStyle
and NSResponder
only.Expand description
ยงSafety
key
might not allowNone
.responder
might not allowNone
.