pub unsafe extern "C" fn ZL_DCtx_getErrorContextString(
dctx: *const ZL_DCtx,
report: ZL_Report,
) -> *const c_charExpand description
@brief Gets a verbose error string containing context about the error.
Useful for debugging and submitting bug reports to OpenZL developers.
@param dctx Decompression context @param report Error report 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