Function CFBundleCopyAuxiliaryExecutableURL

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