set_mbox_to_func_event
set_mbox_to_func_event(func_to_func, EVENT_START);
set_mbox_to_func_event(func_to_func, EVENT_FAIL);
set_mbox_to_func_event(func_to_func, EVENT_TIMEOUT);
set_mbox_to_func_event(func_to_func, EVENT_END);
set_mbox_to_func_event(mbox, MBOX_EVENT_TIMEOUT);
set_mbox_to_func_event(mbox, MBOX_EVENT_END);
set_mbox_to_func_event(mbox, MBOX_EVENT_START);
set_mbox_to_func_event(mbox, MBOX_EVENT_FAIL);