PK_ATTDEF_delete_callback_f_t   

typedef void    (*PK_ATTDEF_delete_callback_f_t)
(
--- received arguments ---
PK_ENTITY_t       entity,            --- entity to be deleted
int               n_attribs,         --- number of attribs on 'entity'
const PK_ATTRIB_t attribs[]          --- attribs on 'entity'
);


This is the type of a delete attribute callback function.

Used in:

PK_ATTDEF_callback_fns_t


The function is called as the delete is about to occur.  All 'attribs' have the
attribute definition with which the  attribute callback function has been
associated by PK_ATTDEF_register_cb.