Function lv_theme_set_apply_cb

Source
pub unsafe extern "C" fn lv_theme_set_apply_cb(
    theme: *mut _lv_theme_t,
    apply_cb: Option<unsafe extern "C" fn(*mut _lv_theme_t, *mut _lv_obj_t)>,
)