Type Definition lvgl_sys::lv_event_cb_t[][src]

type lv_event_cb_t = Option<unsafe extern "C" fn(obj: *mut _lv_obj_t, event: lv_event_t)>;