Description
In the new (C++11) driver, there are features implemented in the C driver that aren't in the C++ driver. It would be useful for each C++ object that has an underlying mongoc driver object to expose that object so you can fall back to using the C driver functions without constructing a new client. An example would be gridfs, where the C driver has gridfs functions that require a mongoc_client_t.