PK_VECTOR_array_t   

struct PK_VECTOR_array_s
    {
    PK_VECTOR_t    *array;
    int             length;
    };
typedef struct PK_VECTOR_array_s PK_VECTOR_array_t;


This structure contains an array of PK_VECTOR_t.


It has the fields:

'array'   array of PK_VECTOR_t

'length'  the number of elements in 'array'