pub unsafe extern "C" fn lv_timer_set_cb(
timer: *mut lv_timer_t,
timer_cb: lv_timer_cb_t,
)Expand description
Set the callback to the timer (the function to call periodically) @param timer pointer to a timer @param timer_cb the function to call periodically