pub fn result_to_experiment_eval_init_v2(
spec_entity: Option<&str>,
result: &mut EvaluatorResult<'_>,
expo_id_to_exposure_map: &mut HashMap<InternedString, SecondaryExposure>,
expo_key_to_expo_id_map: &mut AHashMap<SecondaryExposureKey, InternedString>,
value_id_to_value_map: &mut HashMap<InternedString, DynamicReturnable>,
value_key_to_value_id: &mut AHashMap<u64, InternedString>,
) -> ExperimentEvaluationInitV2