Function blosc_src::blosc_destroy

source ·
pub unsafe extern "C" fn blosc_destroy()
Expand description

Destroy the Blosc library environment.

You must call this after to you are done with all the Blosc calls, unless you have not used blosc_init() before (see blosc_init() above).