ImDrawList_AddEllipse

Function ImDrawList_AddEllipse 

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