I've been wrapping a library thats documentation says you should init() and free() some internal data structures before and after you use it. I can put code in BOOST_MODULE_INIT to call init, but where would I put the tear-down code? Thanks.