pub fn fold_opt_simple_block<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Option<SimpleBlock>
) -> Option<SimpleBlock>