pub type LLAF64 = _llaf64;
struct LLAF64 { pub lat: f64, pub lon: f64, pub alt: f64, }
lat: f64
lon: f64
alt: f64