decodeHeaderIfPresent(_:key:)
Decode header if present to type conforming to LosslessStringConvertible
This declaration is gated by at least one @_spi attribute.
func decodeHeaderIfPresent<Value>(_ type: Value.Type = Value.self, key header: String) throws -> Value? where Value : LosslessStringConvertible