pub type ConstSpicePlane = SpicePlane;
#[repr(C)]pub struct ConstSpicePlane { pub normal: [f64; 3], pub constant: f64, }
normal: [f64; 3]
constant: f64