pub unsafe extern "C-unwind" fn MDSchemaCopyDisplayDescriptionForAttribute(
name: Option<&CFString>,
) -> Option<CFRetained<CFString>>Available on crate feature
MDSchema only.Expand description
Returns the localized description of an attribute.
Parameter name: the attribute whose localization you are interested in
Returns: the localized description of the passed in attribute, or NULL if there is no localized description is avaliable.
ยงSafety
name might not allow None.