pub type lv_anim_path_cb_t = Option<unsafe extern "C" fn(*const _lv_anim_t) -> i32>;
pub enum lv_anim_path_cb_t { None, Some(unsafe extern "C" fn(*const _lv_anim_t) -> i32), }
No value.
Some value of type T.
T