ImDrawList_AddConcavePolyFilled

Function ImDrawList_AddConcavePolyFilled 

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