Macro named_function

Source
macro_rules! named_function {
    ($ctx:expr, $module:ident, $func:ident) => { ... };
}