(bind-func xtm_add_rounded_rect_varying
(lambda (path x:i64 y:i64 w:i64 h:i64 rad_top_left:i64 rad_top_right:i64 rad_bottom_left:i64 rad_bottom_right:i64)
(nvgRoundedRectVarying path (i64tof x) (i64tof y) (i64tof w) (i64tof h) (i64tof rad_top_left) (i64tof rad_top_left) (i64tof rad_bottom_left) (i64tof rad_bottom_right))))