factory Vec2s(int v1, int v2) { final p = calloc<cvg.Vec2s>() ..ref.val1 = v1 ..ref.val2 = v2; return Vec2s._(p); }