pub unsafe extern "C" fn lv_tabview_rename_tab(
    obj: *mut lv_obj_t,
    tab_id: u32,
    new_name: *const c_char
)