Function lv_list_set_button_text

Source
pub unsafe extern "C" fn lv_list_set_button_text(
    list: *mut _lv_obj_t,
    btn: *mut _lv_obj_t,
    txt: *const i8,
)