The <validWrite> block allows you to overwrite the “valid bit” of a variable
•« in » : The variable whose valid bit will be overwritten
•« valid » : The value to set in the validity bit (type bool)
•« out » : The variable whose validity bit has been overwritten
The “in” input can be of any type; the “out” output will be of the same type.