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