1 2 3 4 5 6 7 8 9
//! [Core Foundation](https://developer.apple.com/documentation/corefoundation) framework. //! //! # Feature Flag //! //! This module corresponds to the **`core_foundation`** //! [feature flag](../index.html#feature-flags). #[link(name = "CoreFoundation", kind = "framework")] extern "C" {}