pub type lv_timer_cb_t = Option<unsafe extern "C" fn(arg1: *mut _lv_timer_t)>;Aliased Type§
pub enum lv_timer_cb_t {
None,
Some(unsafe extern "C" fn(*mut _lv_timer_t)),
}pub type lv_timer_cb_t = Option<unsafe extern "C" fn(arg1: *mut _lv_timer_t)>;pub enum lv_timer_cb_t {
None,
Some(unsafe extern "C" fn(*mut _lv_timer_t)),
}