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