pub fn once_cell_set<T>(value: T) -> OnceLock<T>
Simple utility to create a thread-safe sync cell with a value set.