pub unsafe extern "C-unwind" fn CTFontCreateWithGraphicsFont(
graphics_font: &CGFont,
size: CGFloat,
matrix: *const CGAffineTransform,
attributes: Option<&CTFontDescriptor>,
) -> CFRetained<CTFont>👎Deprecated: renamed to
CTFont::with_graphics_fontAvailable on crate features
CTFont and CTFontDescriptor and objc2-core-graphics only.