ctypes.pointer and ctypes.POINTER from the ctypes module are currently lacking docstrings. I suggest we add those.
Luckily, these functions are already documented in the docs so it should just be a matter of reusing the description from the docs.
It has also been recommended that we convert both functions to Argument Clinic when adding the docstrings.
Linked PRs
ctypes.pointerandctypes.POINTERfrom thectypesmodule are currently lacking docstrings. I suggest we add those.Luckily, these functions are already documented in the docs so it should just be a matter of reusing the description from the docs.
It has also been recommended that we convert both functions to Argument Clinic when adding the docstrings.
Linked PRs
ctypes.pointerandctypes.POINTER#107660ctypes.pointerandctypes.POINTER#107769ctypes.pointerandctypes.POINTER(GH-107769) #108163ctypes.pointerandctypes.POINTER(GH-107769) #108164