Macro handler_func

Source
macro_rules! handler_func {
    ($func:expr $(,)?) => { ... };
}