std::ios_base::event_callback
Min standard notice:
The type of function callbacks that can be registered using register_callback() to be called on specific events.
# Declarations
typedef void ( *event_callback )( event type, ios_base& ios, int index );