blosc_compcode_to_compname

Function blosc_compcode_to_compname 

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

Get the compname associated with the compcode.

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