pub unsafe extern "C" fn NT_DisposeTopicInfoArray(
arr: *mut NT_TopicInfo,
count: usize,
)Expand description
Disposes a topic info array.
ยงParameters
arr: Pointer to the array to dispose.count: Number of elements in the array.
pub unsafe extern "C" fn NT_DisposeTopicInfoArray(
arr: *mut NT_TopicInfo,
count: usize,
)Disposes a topic info array.
arr: Pointer to the array to dispose.count: Number of elements in the array.