typedef union PK_field_name_u { const char *name; const PK_UCHAR_t *uname; } PK_field_name_t; This union describes either a native-character string, or Unicode string, used to specify the name of a field in an attribute definition.
PK_ATTRIB_field_id_t