pub type DataXYZ = SIMCONNECT_DATA_XYZ;
#[repr(C, packed(1))]pub struct DataXYZ { pub x: f64, pub y: f64, pub z: f64, }
x: f64
y: f64
z: f64