ImDrawList_AddEllipse

Function ImDrawList_AddEllipse 

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