roll: pigweed, pw_toolchain: *: Change typedef to using

Changes typedef to using in places where C compatibility isn't
necessary.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/230351

https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: d97c1620775ac5c..7654e112c63755f
Roller-URL: https://ci.chromium.org/b/8739416221375173457
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Iae16f1b90a3b0ce02417777a6cf3c83a9619fa00
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/230372
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 44b8d6b..2117366 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-08-16.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8739426857803334145.
-    commit = "d97c1620775ac5cb0a80c08913d70eda760e80bd",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8739416221375173457.
+    commit = "7654e112c63755f93c7b59e2fb7ab31a84bcb8fe",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -57,8 +57,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-08-16.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8739426857803334145.
-    commit = "d97c1620775ac5cb0a80c08913d70eda760e80bd",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8739416221375173457.
+    commit = "7654e112c63755f93c7b59e2fb7ab31a84bcb8fe",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )