pub type SpiceEllipse = _SpiceEllipse;
#[repr(C)]pub struct SpiceEllipse { pub center: [f64; 3], pub semiMajor: [f64; 3], pub semiMinor: [f64; 3], }
center: [f64; 3]
semiMajor: [f64; 3]
semiMinor: [f64; 3]