rd_kafka_topic_partition_list_sort

@brief Sort list using comparator \p cmp.

If \p cmp is NULL the default comparator will be used that sorts by ascending topic name and partition.

extern (C) nothrow @nogc
void
rd_kafka_topic_partition_list_sort
(,
int function
(
const void* a
,
const void* b
,
void* opaque
)
cmp
,
void* opaque
)

Meta