_NAME_ getStructSizeFromName _PROTOTYPE_ int getStructSizeFromName(char *structName); _SHORT-DESCRIPTION_ Get the size (in bytes) of a type of data struct _DESCRIPTION_ getStructSizeFromName merely returns the size (in bytes) of the data struct structName. _INPUT_ * structName is the full name of the struct type (e.g., "L1CrisLowPriorityRate"). _OUTPUT_ * The size of the struct type structName in bytes.