pub unsafe extern "C" fn ImDrawList_AddText_FontPtr(
    self_: *mut ImDrawList,
    font: *const ImFont,
    font_size: f32,
    pos: ImVec2,
    col: ImU32,
    text_begin: *const c_char,
    text_end: *const c_char,
    wrap_width: f32,
    cpu_fine_clip_rect: *const ImVec4
)