ImDrawList__PathArcToFastEx

Function ImDrawList__PathArcToFastEx 

Source
pub unsafe extern "C" fn ImDrawList__PathArcToFastEx(
    this: *mut ImDrawList,
    center: *const ImVec2,
    radius: f32,
    a_min_sample: c_int,
    a_max_sample: c_int,
    a_step: c_int,
)