PK_MEMORY_free_f_t   


typedef void  (*PK_MEMORY_free_f_t) ( void * );   --- type for a free function


This function frees previously allocated memory.

The function is type compatible with free in the standard C run-time library.