public static function writeInt32(&$output, $value) { return $output->writeVarint32($value, false); }