Function roundedBoxColor

Source
pub unsafe extern "C" fn roundedBoxColor(
    dst: *mut SDL_Surface,
    x1: i16,
    y1: i16,
    x2: i16,
    y2: i16,
    rad: i16,
    color: u32,
) -> c_int