(bind-func xtm_add_bezier (lambda (path x1:i64 y1:i64 cx1:i64 cy1:i64 cx2:i64 cy2:i64 x2:i64 y2:i64) (nvgMoveTo path (i64tof x1) (i64tof y1)) (nvgBezierTo path (i64tof cx1) (i64tof cy1) (i64tof cx2) (i64tof cy2) (i64tof x2) (i64tof y2))))