pub type lv_led_t = _lv_led_t;
#[repr(C)]pub struct lv_led_t { pub obj: _lv_obj_t, pub color: lv_color_t, pub bright: u8, }
obj: _lv_obj_t
color: lv_color_t
bright: u8