ImDrawList_AddNgon

Function ImDrawList_AddNgon 

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