ZL_Compressor_getErrorContextString_fromError

Function ZL_Compressor_getErrorContextString_fromError 

Source
pub unsafe extern "C" fn ZL_Compressor_getErrorContextString_fromError(
    compressor: *const ZL_Compressor,
    error: ZL_Error,
) -> *const c_char
Expand description

See @ref ZL_Compressor_getErrorContextString()

The same as ZL_Compressor_getErrorContextString() except works on a @ref ZL_Error.