ImDrawList_AddText

Function ImDrawList_AddText 

Source
pub unsafe extern "C" fn ImDrawList_AddText(
    this: *mut ImDrawList,
    pos: *const ImVec2,
    col: ImU32,
    text_begin: *const c_char,
    text_end: *const c_char,
)