Fix FTS C23 incompatibility.

The FTS struct had an `int (*)()` function pointer that needed to be fixed for C23, where `void foo()` is `void foo(void)` rather than `void foo(...)`.

Bug: http://b/395885866
Change-Id: I742b7a1afc43ae274e81ab597de01f1865f0a5eb
6 files changed
tree: 6ced872405019acb3d723f2bd72aac10ef23cae4
  1. 33/
  2. 34/
  3. 35/
  4. BUILD.bazel