Remove Rust-defined C symbols that are either unused or only used in C/C++ unit tests. Use this when you are refactoring a Rust FFI crate and want to remove unused symbols.
Remove C symbols defined in a Rust FFI crate or file that are either unused or only used in C/C++ unit tests.
<path>: Path to the Rust crate or file.<path 1> <path 2>: Multiple Rust crates/files.If the path doesn't start with src/, assume it to be in the src/redisearch_rs/c_entrypoint directory. E.g. numeric_range_tree_ffi becomes src/redisearch_rs/numeric_range_tree_ffi.
If the path points to a directory, review the documentation of all Rust files in that directory.
extern "C" fn annotated with #[unsafe(no_mangle)] or type definitions)../build.sh RUN_UNIT_TESTS)