macro_rules! assert_eq_signatures {
    ($lhs_sig:expr, $rhs_sig:expr) => { ... };
}
Expand description

Asserts that the signatures are equal, but ignores the outer parentheses as the difference between marshalled and unmarshalled signatures is often just one set of outer parentheses.