Can I see the ID value of the platform or device obtained from theclGet--IDs function?

I want to check the value of ID obtained by executing clGetPlatformIDs or clGetDeviceIDs function.

I think GPU has a fixed value, and this value is in the pointer.

However, the definition of _cl_platform_id is unknown when I actually tried to verify it.

Is there a way to solve this?