pub unsafe extern "C-unwind" fn MDSchemaCopyMetaAttributesForAttribute(
name: Option<&CFString>,
) -> Option<CFRetained<CFDictionary>>Available on crate feature
MDSchema only.Expand description
Returns an dictionary of the meta attributes of attribute
Parameter name: the attribute whose schema you are interested in.
Returns: A CFDictionary of the description of the attribute.
ยงSafety
name might not allow None.