pub type lv_anim_custom_exec_cb_t = Option<unsafe extern "C" fn(_: *mut lv_anim_t, _: i32)>;
enum lv_anim_custom_exec_cb_t { None, Some(unsafe extern "C" fn(_: *mut lv_anim_t, _: i32)), }
No value.
Some value of type T.
T