igRenderTextClippedEx

Function igRenderTextClippedEx 

Source
pub unsafe extern "C" fn igRenderTextClippedEx(
    draw_list: *mut ImDrawList,
    pos_min: ImVec2_c,
    pos_max: ImVec2_c,
    text: *const c_char,
    text_end: *const c_char,
    text_size_if_known: *const ImVec2_c,
    align: ImVec2_c,
    clip_rect: *const ImRect,
)