pub unsafe extern "C-unwind" fn CGFontGetGlyphBBoxes(
font: Option<&CGFont>,
glyphs: NonNull<CGGlyph>,
count: usize,
bboxes: NonNull<CGRect>,
) -> bool👎Deprecated: renamed to
CGFont::glyph_b_boxesAvailable on crate feature
CGFont only.