pub fn fold_opt_block_stmt<V>(
    _visitor: &mut V,
    n: Option<BlockStmt>
) -> Option<BlockStmt> where
    V: Fold + ?Sized