# Functions
ByteArray10 allocates and returns a region of memory represented as a fixed-size 10 byte array.
SecureStruct allocates a region of memory the size of a struct type and returns a pointer to that memory represented as that struct type.
SecureStructArray allocates enough memory to hold an array of Secure structs and returns them.
SecureStructSlice takes a length and returns a slice of Secure struct values of that length.
Uint64Array4 allocates a 32 byte memory region and returns it represented as a sequence of four unsigned 64 bit integer values.