(bind-func xtm_draw_ellipse_stroke (lambda (path cx:float cy:float rx:float ry:float color:NVGcolor* width:float) (nvgBeginPath path) (xtm_add_ellipse path cx cy rx ry) (xtm_stroke path color width)))