ntcore_sys

Function NT_DisposeTopicInfoArray

Source
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.