Consider the Swift struct below
struct MyStruct { static func create() -> MyStruct? { return nil } init?() { return nil } }