(bind-func xtm_add_arc (lambda (path cx:float cy:float r:float deg1:float deg2:float dir:i32) (nvgArc path cx cy r (convert (* PI (/ (ftod deg1) 180.))) (convert (* PI (/ (ftod deg2) 180.))) dir)))