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