How does one subclass the "object" class in C? A lot of examples I've seen of writing picklable subclasses in Python first subclass "object" (e.g. PEP 307). I'd like to do this in C, as that's where I'm writing an extension class/type.