[][src]Function raylib_sys::DrawCircleSectorLines

pub unsafe extern "C" fn DrawCircleSectorLines(
    center: Vector2,
    radius: f32,
    startAngle: c_int,
    endAngle: c_int,
    segments: c_int,
    color: Color
)