pub unsafe extern "C" fn ImDrawList_AddTriangleFilled(
    _self: *mut ImDrawList,
    a: ImVec2,
    b: ImVec2,
    c: ImVec2,
    col: ImU32
)