I'm using the C-bindings to make calls to the GDAL dll I've built. I see that in C++ the GDALDriver has public attributes letting you determine that a driver implements methods (such as Create and CreateCopy). How could I determine this using th C-bindings?