ImDrawList_AddTriangleFilled

Function ImDrawList_AddTriangleFilled 

Source
pub unsafe extern "C" fn ImDrawList_AddTriangleFilled(
    this: *mut ImDrawList,
    p1: *const ImVec2,
    p2: *const ImVec2,
    p3: *const ImVec2,
    col: ImU32,
)