A pointer to a callback function or event handler that monitors synchronization.
The syntax varies depending on the API you use.
UltraLite for C/C++ applications can set the parameter as follows:
ul_synch_info_a info; // ... info.observer=callfunction;