pub fn visit_foreign_item_fn<'ast, V>(v: &mut V, node: &'ast ForeignItemFn) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.