void dbstl_exit()
This function releases memory allocated by dbstl on the heap, and closes all Berkeley DB handles in the right order.
You can call dbstl_exit() before the process exits to release any memory allocated by dbstl that has to persist during the entire process lifetime.