BigInt sets all bytes in the passed big int to zero and then sets the value to 0.
Bytea32 clears the 32-byte array by filling it with the zero value.
Bytea64 clears the 64-byte array by filling it with the zero value.
Bytes sets all bytes in the passed slice to zero.