pub type FT_BBox = FT_BBox_;
struct FT_BBox { pub xMin: i64, pub yMin: i64, pub xMax: i64, pub yMax: i64, }
xMin: i64
yMin: i64
xMax: i64
yMax: i64