pub(crate) type LazyLockArc<T> = LazyLock<Arc<T>>;
pub(crate) struct LazyLockArc<T> { /* private fields */ }