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