pub(crate) fn stylex_create_set(
namespaces: &EvaluateResultValue,
state: &mut EvaluationState,
traversal_state: &mut StateManager,
functions: &FunctionMap,
) -> (IndexMap<String, Rc<IndexMap<String, Rc<FlatCompiledStylesValue>>>>, IndexMap<String, Rc<InjectableStyleKind>>, IndexMap<String, Rc<IndexMap<String, Vec<String>>>>)