pub fn track_move_with_id<T>( from_id: usize, to_id: usize, to_name: &str, location: &str, value: T, ) -> T
Track a move with explicit IDs and location (advanced API)