(bind-func xtm_stroke (lambda (path color:NVGcolor* width:float) (nvgStrokeWidth path width) (nvgStrokeColor path color) (nvgStroke path)))