blosc2_free_resources

Function blosc2_free_resources 

Source
pub unsafe extern "C" fn blosc2_free_resources() -> c_int
Expand description

@brief Free possible memory temporaries and thread resources. Use this when you are not going to use Blosc for a long while.

@return A 0 if succeeds, in case of problems releasing the resources, it returns a negative number.