PK_MFACET_cb_f_t   

typedef void             (*PK_MFACET_cb_f_t)
(
--- received arguments ---
const PK_MFACET_t          mfacet,    --- mfacet
void                      *data,      --- external data
--- returned arguments ---
PK_MESH_cb_status_t *const status     --- callback status
);


This is a type of a callback function which the application may pass to a PK
function that will apply it to mfacets.

Used in:

PK_MESH_do_for_all_mfacets


The void *data argument is used to communicate between the application and its
supplied callback function.