Creates an Int32x4 with all values being zero.
Int32x4
The created value has the same x, y, z and w value, which is the 32-bit integer zero value.
@Since("3.14") external factory Int32x4.zero();