void close_all_dbs()
Close all open database handles regardless of reference count.
You can't use any container after you called close_all_dbs and before setting another valid database handle to the container via db_container::set_db_handle() function.
Normally you don't have to close any database or environment handles, they will be closed automatically.
Though you still have the following API to close them.