macro_rules! let_parse_entrance {
    (all_mut @@ $( $let_stmts:tt )*) => { ... };
    ($( $let_stmts:tt )*) => { ... };
}