static GazelleContextCache_v2 gazelle_cloneContextCache(GazelleContextCache_v2 cc) { new GazelleContextCache_v2 cc2; cc2.cachedCtx = gazelle_cloneCtx(cc.cachedCtx); cc2.debug = cc.debug; ret cc2; }