(bind-func xtm_draw_rounded_rect_stroke (lambda (path x:float y:float w:float h:float r:float color:NVGcolor* width:float) (nvgBeginPath path) (xtm_add_rounded_rect path x y w h r) (xtm_stroke path color width)))