pub fn visit_block<'ast, V>(v: &mut V, node: &'ast Block) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.