macro_rules! mysql_query { ($connection:ident, $query:expr, $param:expr, |$all_values:tt| $block:tt) => { ... }; }