ext_cxx.double_it:
    def double_it(arg: list[int]) -> list[int]: ...

ext_cxx.square_it:
    def square_it(arg: list[int]) -> list[int]: ...
