public static void setCount(StringBuilder sb, int count) {
   NativeBytes.UNSAFE.putInt(sb, SB_COUNT_OFFSET, count);
 }