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