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