pub type FLOAT64_VECTOR2 = _FLOAT64_VECTOR2;
struct FLOAT64_VECTOR2 { pub i: f64, pub j: f64, }
i: f64
j: f64