macro_rules! declare_test_fn {
    ($test: meta, $storage: ident, $title: ident, $func: path) => { ... };
}