pub type LLAF64 = _llaf64;
#[repr(C, packed(4))]pub struct LLAF64 { pub lat: f64, pub lon: f64, pub alt: f64, }
lat: f64
lon: f64
alt: f64