pub fn track_arc_clone_with_id<T: ?Sized>( new_id: usize, source_id: usize, name: &str, location: &str, value: Arc<T>, ) -> Arc<T>
Track Arc::clone with explicit IDs and location (advanced API)