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