macro_rules! find_signatures {
    ($scanner:ident, $($sig:tt),* ) => { ... };
}