pub type EvSlider = _evslider_t;
#[repr(C)]pub struct EvSlider { pub pos: f32, pub incr: f32, pub step: u32, }
pos: f32
incr: f32
step: u32