pub unsafe extern "C" fn blosc2_compcode_to_compname(
compcode: c_int,
compname: *mut *const c_char,
) -> c_intExpand description
@brief Get the compressor name associated with the compressor code.
@param compcode The code identifying the compressor @param compname The pointer to a string where the compressor name will be put.
@return The compressor code. If the compressor code is not recognized, or there is not support for it in this build, -1 is returned.