set_my_state_wont
#define set_my_state_wont(opt) {options[opt] &= ~MY_STATE_WILL;}
#define set_my_state_wont(opt) (options[opt] &= ~MY_STATE_WILL)