igTabItemLabelAndCloseButton

Function igTabItemLabelAndCloseButton 

Source
pub unsafe extern "C" fn igTabItemLabelAndCloseButton(
    draw_list: *mut ImDrawList,
    bb: ImRect_c,
    flags: ImGuiTabItemFlags,
    frame_padding: ImVec2_c,
    label: *const c_char,
    tab_id: ImGuiID,
    close_button_id: ImGuiID,
    is_contents_visible: bool,
    out_just_closed: *mut bool,
    out_text_clipped: *mut bool,
)