pub type lv_table_cell_t = _lv_table_cell_t;
#[repr(C)]pub struct lv_table_cell_t { pub ctrl: u32, pub user_data: *mut c_void, pub txt: [i8; 1], }
ctrl: u32
user_data: *mut c_void
txt: [i8; 1]