Macro function_scope

Source
macro_rules! function_scope {
    () => { ... };
    ($data:expr) => { ... };
}