pub unsafe extern "C" fn ZL_DCtx_getErrorContextString_fromError(
dctx: *const ZL_DCtx,
error: ZL_Error,
) -> *const c_charExpand 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