1 2 3 4 5
use crate::core_foundation_sys::base::CFTypeID; extern "C" { pub fn CVDisplayLinkGetTypeID() -> CFTypeID; }