pub unsafe extern "C" fn dds_delete_statistics(
stat: *mut dds_statistics,
)Expand description
@brief Free a previously created statistics object @ingroup statistics @component statistics @unstable
This frees the statistics object. Passing a null pointer is a no-op. The operation succeeds also if the referenced entity no longer exists.
@param[in] stat statistics object to free