# Functions
StructsPack returns a byte slice containing the values of msg slice packed according to the given format.
StructsCalcSize returns the number of bytes needed to pack the values according to the given format.
StructsUnpack the byte slice (presumably packed by Pack(format, msg)) according to the given format.