I am trying to enable/disable network binding interfaces in Windows using Python. See the picture below:

I've understand that I have to utilize INetCfg COM interfaces for this. And I believe comtypes is the proper way to do this in Python. But still, I am pretty much new to comtypes.
The following page is how to disable/enable IPv6 in C. Does that C version can be easily converted to python using Comtypes?