pub(crate) type OwnedSharedString = Arc<str>;
pub(crate) struct OwnedSharedString { /* private fields */ }