protocol ObjectiveCConvertibleAttributedStringKey : AttributedStringKey
protocol AttributedStringKey
associatedtype ObjectiveCValue : NSObject
static func objectiveCValue(for: Self.Value) throws -> Self.ObjectiveCValue
static func value(for: Self.ObjectiveCValue) throws -> Self.Value