pub type FM_INTERVAL = fm_interval_s;
#[repr(C)]pub struct FM_INTERVAL { pub lower: i32, pub upper: i32, }
lower: i32
upper: i32