public Docstrings(KaitaiStream p__io, KaitaiStruct p__parent = null, Docstrings p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root ?? this;
     f_two    = false;
     f_three  = false;
     _read();
 }
 public ComplexSubtype(KaitaiStream p__io, KaitaiStruct p__parent = null, Docstrings p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root;
     _read();
 }