MDSchemaCopyDisplayNameForAttribute

Function MDSchemaCopyDisplayNameForAttribute 

Source
pub unsafe extern "C-unwind" fn MDSchemaCopyDisplayNameForAttribute(
    name: Option<&CFString>,
) -> Option<CFRetained<CFString>>
Available on crate feature MDSchema only.
Expand description

Returns the localized name of an attribute

Parameter name: the attribute whose localization you are interested in

Returns: the localized name of the passed in attribute, or NULL if there is no localized name is avaliable.

ยงSafety

name might not allow None.