lv_anim_custom_exec_cb_t
Same as `lv_anim_exec_xcb_t` but receives `lv_anim_t *` as the first parameter. It's more consistent but less convenient. Might be used by binding generator functions.
Syntax
typedef void (*lv_anim_custom_exec_cb_t)(struct _lv_anim_t *, int32_t);