pub fn track_arc_new_with_id<T: ?Sized>( id: usize, name: &str, type_name: &str, location: &str, value: Arc<T>, ) -> Arc<T>
Track Arc::new with explicit ID and location (advanced API)