ImDrawList_AddNgonFilled

Function ImDrawList_AddNgonFilled 

Source
pub unsafe extern "C" fn ImDrawList_AddNgonFilled(
    this: *mut ImDrawList,
    center: *const ImVec2,
    radius: f32,
    col: ImU32,
    num_segments: c_int,
)