Function raylib_sys::DrawRectangleRoundedLines

source ยท
pub unsafe extern "C" fn DrawRectangleRoundedLines(
    rec: Rectangle,
    roundness: f32,
    segments: c_int,
    lineThick: f32,
    color: Color
)