/**
  * Writes a struct header.
  *
  * @param string $name Struct name
  *
  * @throws TException on write error
  * @return int        How many bytes written
  */
 public function writeStructBegin($name)
 {
     return $this->concreteProtocol_->writeStructBegin($name);
 }