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