fn parse_impl_item_fn( input: ParseStream<'_>, allow_omitted_body: bool, ) -> Result<Option<ImplItemFn>>