pub(super) fn match_stmt_pattern( pattern: &Stmt, target: &Stmt, captures: &mut BTreeMap<String, MetaValue>, ) -> bool