pub unsafe extern "C" fn ImDrawList_AddConvexPolyFilled(
    self_: *mut ImDrawList,
    points: *const ImVec2,
    num_points: c_int,
    col: ImU32
)