PK_field_names_t   


typedef union PK_field_names_u
    {
    char       **names;
    PK_UCHAR_t **unames;
    }
    PK_field_names_t;



This union describes an array of either native-character strings, or Unicode
strings, used to specify the names of fields in an attribute definition.