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