Host_bindings::LVGL

Function lv_anim_set_exec_cb

Source
pub unsafe extern "C" fn lv_anim_set_exec_cb(
    a: *mut lv_anim_t,
    exec_cb: Option<unsafe extern "C" fn(_: *mut c_void, _: i32)>,
)