Calculate Structure Size
#Firmware/v293
n = struct.size(fmt)
Return the binary byte size of the format fmt.
fmt
The format string should not contain s nor c0.
s
c0