char* src: A pointer to the character array (string) managed by this struct. int length: The current length of the string stored in src. int capacity: The total allocated capacity for the character ...