blosc_compname_to_compcode

Function blosc_compname_to_compcode 

Source
pub unsafe extern "C" fn blosc_compname_to_compcode(
    compname: *const c_char,
) -> c_int
Expand description

Return the compressor code associated with the compressor name.

If the compressor name is not recognized, or there is not support for it in this build, -1 is returned instead.