pub unsafe extern "C" fn rd_kafka_DeleteTopic_destroy_array(
del_topics: *mut *mut rd_kafka_DeleteTopic_t,
del_topic_cnt: usize,
)
Expand description
Helper function to destroy all DeleteTopic objects in
the del_topics array (of
del_topic_cnt elements).
The array itself is not freed.