gh-105751: test_ctypes avoids "from ctypes import *" (#105768) Using "import *" prevents linters like pyflakes to detect undefined names (usually missing imports). Replace c_voidp with c_void_p.