pub unsafe extern "C" fn elements_slightly_rounded_box(
    canvas: *mut Canvas,
    x: u8,
    y: u8,
    width: u8,
    height: u8
)
Expand description

Draw slightly rounded box

@param canvas Canvas instance @param x, y top left corner coordinates @param width, height size of box