pub fn track_new_with_id<T>( id: usize, name: &str, type_name: &str, location: &str, value: T, ) -> T
Track a new variable with explicit ID and location (advanced API)