Function lv_obj_set_flag

Source
pub unsafe extern "C" fn lv_obj_set_flag(
    obj: *mut _lv_obj_t,
    f: u32,
    v: bool,
)