CFBundleCopyExecutableURL

Function CFBundleCopyExecutableURL 

Source
pub extern "C-unwind" fn CFBundleCopyExecutableURL(
    bundle: &CFBundle,
) -> Option<CFRetained<CFURL>>
👎Deprecated: renamed to CFBundle::executable_url
Available on crate features CFBundle and CFURL only.