ev_set_priority
# define ev_set_priority(ev,pri) ((ev), (pri))
# define ev_set_priority(ev,pri) ( (ev_watcher *)(void *)(ev))->priority = (pri)