ImPlot_AddTextCentered

Function ImPlot_AddTextCentered 

Source
pub unsafe extern "C" fn ImPlot_AddTextCentered(
    DrawList: *mut ImDrawList,
    top_center: ImVec2,
    col: ImU32,
    text_begin: *const c_char,
    text_end: *const c_char,
)