@pytest.hookimpl(wrapper=True, tryfirst=True)
def _pytest_function(  # noqa: DC02
    foo: int,
    bar: str,
) -> typing.Generator[tuple[float, int], None, None]:
    ...
