internal static extern void rd_kafka_conf_set_rebalance_cb(
     IntPtr conf, RebalanceDelegate rebalance_cb);
 internal static void conf_set_rebalance_cb(IntPtr conf, RebalanceDelegate rebalance_cb)
 => _conf_set_rebalance_cb(conf, rebalance_cb);