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