CGRectMakeExt

fun CGRectMakeExt(x: Int, y: Int, width: Int, height: Int): CValue<CGRect>
fun CGRectMakeExt(x: Double, y: Double, width: Double, height: Double): CValue<CGRect>