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