PK_BODY_problem_group_array_t   

struct PK_BODY_problem_group_array_s
    {
    PK_BODY_problem_group_t  *array;
    int                       length;
    };

typedef struct PK_BODY_problem_group_array_s PK_BODY_problem_group_array_t;




A structure to embody an array of structures of type PK_BODY_problem_group_t