pub unsafe extern "C" fn ImFont_RenderChar(
    _self: *mut ImFont,
    draw_list: *mut ImDrawList,
    size: c_float,
    pos: ImVec2,
    col: ImU32,
    c: ImWchar
)