pub type EmbEllipse = EmbEllipse_;
struct EmbEllipse { pub centerX: f64, pub centerY: f64, pub radiusX: f64, pub radiusY: f64, }
centerX: f64
centerY: f64
radiusX: f64
radiusY: f64