pub unsafe extern "C" fn blosc_compname_to_compcode(
compname: *const c_char,
) -> c_intExpand 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.