CALL_BLOCK
#define CALL_BLOCK(name, ...) (name)(__VA_ARGS__)
#define CALL_BLOCK(name, ...) (name)->invoke(name, __VA_ARGS__)