ZL_DCtx_getErrorContextString_fromError

Function ZL_DCtx_getErrorContextString_fromError 

Source
pub unsafe extern "C" fn ZL_DCtx_getErrorContextString_fromError(
    dctx: *const ZL_DCtx,
    error: ZL_Error,
) -> *const c_char
Expand description

@brief Gets error context string from error code.

@param dctx Decompression context @param error Error code to get context for @return Error context string

@note String is stored within the dctx and is only valid for the lifetime of the dctx