pub unsafe extern "C" fn ZL_Compressor_getErrorContextString(
compressor: *const ZL_Compressor,
report: ZL_Report,
) -> *const c_charExpand description
@returns A verbose error string containing context about the error that occurred. This is useful for debugging, and for submitting bug reports to OpenZL developers. @note This string is stored within the @p compressor and is only valid for the lifetime of the @p compressor.