pub type euler_s_t = euler_s;
\struct euler_s_t
#[repr(C, packed(1))]pub struct euler_s_t { pub pitch: f64, pub roll: f64, pub yaw: f64, }
pitch: f64
roll: f64
yaw: f64