Description
Generates Rust FFI bindings from C and some C++ headers. It is useful when Rust code needs to call existing native libraries without manually writing every type and function declaration.
Generated bindings mirror the headers they read. Review unsafe boundaries, ABI compatibility, include paths, and generated code before trusting it in security-sensitive code.