blosc1_set_blocksize

Function blosc1_set_blocksize 

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

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

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