#include "unify.h"
int Advance_N(int event_id, unsigned int n);
Advance_N(3) increments the event counter associated with
event_id by n.
Advance_N(3) returns the last advance done by host for event_id upon successful completion.
Otherwise, a value of -1 is returned.
An error may occur if event_id is invalid.