//! Exhaustive low-level bindings for the Apple Core* / `IOSurface` / Dispatch surface.
//!
//! The higher-level modules in this crate (`cf`, `cm`, `cv`, `dispatch_queue`, `iosurface`)
//! remain the primary ergonomic API. This module exists so downstream crates can reach the
//! full audited system surface directly when they need an exact CoreFoundation/CoreMedia/
//! CoreVideo/IOSurface/Dispatch declaration that does not yet have a bespoke safe wrapper.
pub use *;
pub use *;