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