Function raylib_sys::ImageDrawRectangleLines

source ยท
pub unsafe extern "C" fn ImageDrawRectangleLines(
    dst: *mut Image,
    rec: Rectangle,
    thick: c_int,
    color: Color
)