pub fn visit_mut_block_stmt_or_expr<V>(
    _visitor: &mut V,
    n: &mut BlockStmtOrExpr
) where
    V: VisitMut + ?Sized