#include <db.h> void DB_ENV->get_msgfile(DB_ENV *dbenv, FILE **msgfilep);
            The DB_ENV->get_msgfile() method returns the FILE * used for displaying messages.
            This is set using the DB_ENV->set_msgfile() method.
    
         The DB_ENV->get_msgfile() method may be called at any time during the
         life of the application.