pub type FLOAT64_VECTOR3 = _FLOAT64_VECTOR3;
struct FLOAT64_VECTOR3 { pub i: f64, pub j: f64, pub k: f64, }
i: f64
j: f64
k: f64