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