Function lv_anim_set_path_cb

Source
pub unsafe extern "C" fn lv_anim_set_path_cb(
    a: *mut _lv_anim_t,
    path_cb: Option<unsafe extern "C" fn(*const _lv_anim_t) -> i32>,
)