How would I do the following for a typedef ?
typedef
typedef struct FriendStack { bool is_resizable; size_t max_size; Friend* stack[