pub fn fold_nested_meta<F>(f: &mut F, node: NestedMeta) -> NestedMetawhere
    F: Fold + ?Sized,
Available on crate feature fold only.