ImDrawList__PathArcToN

Function ImDrawList__PathArcToN 

Source
pub unsafe extern "C" fn ImDrawList__PathArcToN(
    this: *mut ImDrawList,
    center: *const ImVec2,
    radius: f32,
    a_min: f32,
    a_max: f32,
    num_segments: c_int,
)