[][src]Function imgui_sys::ImDrawList_PathArcTo

pub unsafe extern "C" fn ImDrawList_PathArcTo(
    this: *mut ImDrawList,
    centre: ImVec2,
    radius: c_float,
    a_min: c_float,
    a_max: c_float,
    num_segments: c_int
)