macro_rules! enable_function_auth {
    (
        $($function:ident => $rule:expr;)*
    ) => { ... };
}