Function CFBundleCopyLocalizedString

Source
pub unsafe extern "C-unwind" fn CFBundleCopyLocalizedString(
    bundle: &CFBundle,
    key: Option<&CFString>,
    value: Option<&CFString>,
    table_name: Option<&CFString>,
) -> Option<CFRetained<CFString>>
Available on crate features CFBase and CFBundle only.