macro_rules! impl_into_overflowable_item_for_ast_node {
    ($($ast_node:ident),*) => { ... };
}