macro_rules! static_assert_contains_matching {
    ($slice:expr, $must_match:pat) => { ... };
}