pub type GlyphMap<'a> = TableRef<'a, GlyphMapMarker>;
struct GlyphMap<'a> { /* private fields */ }
A constructor that requires additional arguments.
This type requires some external state in order to be parsed.