extern int UF_ATTR_ask_part_attrs (
const tag_t part_tag,
int * n_attributes,
UF_ATTR_part_attr_p_t * attributes );
const tag_t part_tag Input part tag of the part from which to read attributes.
int * n_attributes Output Count of attributes returned.
UF_ATTR_part_attr_p_t * attributes Output to be freed Allocated array of structures holding
attribute titles and values. This must
be freed by the caller using UF_free.