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