wrap!() { /* proc-macro */ }
Wraps a function in concrete Handler struct.
Assuming handler function handler_foo has been defined by the caller:
handler_foo
wrap!(function_foo)