pub unsafe extern "C" fn ZL_CompressorSerializer_getErrorContextString(
serializer: *const ZL_CompressorSerializer,
result: ZL_Report,
) -> *const c_charExpand description
Safely retrieve the full error message associated with an error.
@returns the verbose error message associated with the @p result or NULL
if the error is no longer valid.
@note This string is stored within the @p serializer and is only valid for the lifetime of the @p serializer.