I have 'C' library returning c_void_p and c_ulong values. How to print the actual data in python?
When I print the c_void_p it prints an integer value 4899550 and c_ulong prints 32.
I am not asking to print the values, it is the actual data I need. How can we retrieve string data from those two ctypes?