struct io.PtySize

struct PtySize {
    // fields

    uint_t m_rowCount;
    uint_t m_colCount;
};