PK_ATTDEF_split_callback_f_t   

typedef void    (*PK_ATTDEF_split_callback_f_t)
(
--- received arguments ---
PK_ENTITY_t       old_entity,        --- the pre-existing entity
int               n_attribs,         --- number of attribs on 'old_entity'
const PK_ATTRIB_t attribs[],         --- attribs on 'old_entity'
PK_ENTITY_t       new_entity         --- the new entity split from 'old_entity'
);


This is the type of a split attribute callback function.

Used in:

PK_ATTDEF_callback_fns_t


The function is called after the split has occurred.  There are no attributes
on the 'new_entity'. All 'attribs' have the attribute definition with which the
attribute callback function has been associated by PK_ATTDEF_register_cb.