``` private func printClassMemoryLayout(_ printer: inout CodePrinter, _ decl: ImportedNominalType) { ``` This func could use the runtime method ``` public static MemoryLayout layoutOfSwiftType(MemorySegment typeMetadata) { ``` to get the layout.
This func could use the runtime method
to get the layout.