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