import CxxLib open class Window { open func queryInterface(_ iid: IID) -> Int32? { return nil } }