mongo.oid objects contain an externally managed pointer to the actual
12-byte object ID data. This pointer is stored in the "mongo.oid" attribute
of the object.
mongo.oid objects have "mongo.oid" as their class so that
mongo.bson.buffer.append() may detect them and append the
appropriate BSON OID-typed value to a buffer.