how in the hell can I add RTCOM_EL_EVENT_SET_FIELD to RTComEl -object with python?!?
#define RTCOM_EL_EVENT_SET_FIELD(ev, FIELD, value) \ do {\ (ev)->_mask |= _is_set_ ## FIELD; \ (ev)->fld_ ## FIELD = value;\ } while(0)