rd_kafka_get_debug_contexts method
@brief Retrieve supported debug contexts for use with the \c "debug" configuration property. (runtime)
@returns Comma-separated list of available debugging contexts.
Implementation
ffi.Pointer<ffi.Char> rd_kafka_get_debug_contexts() {
return _rd_kafka_get_debug_contexts();
}