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