Type Definition CTFontRef
core_text::font
type CTFontRef = *const __CTFont;
impl ToVoid<CTFont> for CTFontRef
fn to_void(&self) -> *const c_void