(svstmtlist-fix x) is a usual fty list fixing function.
(svstmtlist-fix x) → fty::newx
In the logic, we apply svstmt-fix to each member of the x. In the execution, none of that is actually necessary and this is just an inlined identity function.