pub unsafe extern "C" fn rd_kafka_error_string(
error: *const rd_kafka_error_t,
) -> *const c_char
Expand description
Returns a human readable error string for \p error, or an empty string if `error is NULL.
@remark The lifetime of the returned pointer is the same as the error object.