macro_rules! add_function {
    ($m:ident, $function:ident) => { ... };
}