blosc2_init

Function blosc2_init 

Source
pub unsafe extern "C" fn blosc2_init()
Expand description

@brief Initialize the Blosc library environment.

You must call this previous to any other Blosc call, unless you want Blosc to be used simultaneously in a multi-threaded environment, in which case you can use the #blosc2_compress_ctx #blosc2_decompress_ctx pair.

@sa #blosc2_destroy