CFBundleCopyLocalizedString

Function CFBundleCopyLocalizedString 

Source
pub extern "C-unwind" fn CFBundleCopyLocalizedString(
    bundle: &CFBundle,
    key: Option<&CFString>,
    value: Option<&CFString>,
    table_name: Option<&CFString>,
) -> Option<CFRetained<CFString>>
👎Deprecated: renamed to CFBundle::localized_string
Available on crate feature CFBundle only.