pub unsafe extern "C" fn BrotliDecoderErrorString(
c: BrotliDecoderErrorCode,
) -> *const c_charExpand description
Converts error code to a c-string.
pub unsafe extern "C" fn BrotliDecoderErrorString(
c: BrotliDecoderErrorCode,
) -> *const c_charConverts error code to a c-string.