pub unsafe extern "C" fn blosc_set_blocksize(blocksize: usize)
Expand description

Force the use of a specific blocksize. If 0, an automatic blocksize will be used (the default).

The blocksize is a critical parameter with important restrictions in the allowed values, so use this with care.