Macro for_all_auto_increment

Source
macro_rules! for_all_auto_increment {
    ($metadata:ident, $db:ident, $macro:ident) => { ... };
}