(bind-func xtm_draw_circle_stroke (lambda (path cx:float cy:float r:float color:NVGcolor* width:float) (nvgBeginPath path) (xtm_add_circle path cx cy r) (xtm_stroke path color width)))