macro_rules! impl_not_ast_deref {
    ($($T:ty),+ $(,)?) => { ... };
}