Type Definition lvgl_sys::lv_timer_cb_t

source ·
pub type lv_timer_cb_t = Option<unsafe extern "C" fn(arg1: *mut _lv_timer_t)>;