pub fn visit_statement_mut<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast mut Statement<T>
)
where V: VisitMut<'ast, T> + ?Sized,