CFTimeZoneCopyLocalizedName

Function CFTimeZoneCopyLocalizedName 

Source
pub extern "C-unwind" fn CFTimeZoneCopyLocalizedName(
    tz: &CFTimeZone,
    style: CFTimeZoneNameStyle,
    locale: Option<&CFLocale>,
) -> Option<CFRetained<CFString>>
👎Deprecated: renamed to CFTimeZone::localized_name
Available on crate features CFDate and CFLocale and CFTimeZone only.