Responding to the library's events.
Events will be passed to the user using the callback passed to init the Vertices library, from vertex_t:
vertex_t
typedef struct { provider_info_t *provider; ret_code_t (*vertices_evt_handler)(vtc_evt_t *evt); } vertex_t;