//! Raw FFI bindings to the zvec C API.
//!
//! Generated at build time by `bindgen` from `vendor/c_api.h` (or from the
//! system header if `ZVEC_INCLUDE_DIR` / `ZVEC_ROOT` is set). Every symbol
//! here is `unsafe` to call — consult the upstream C API documentation for
//! ownership, lifetime, and threading contracts.
// Doc comments in zvec's C header mention C-style `[out]` parameters and
// similar bracketed prose that rustdoc otherwise tries to resolve as
// intra-doc links. Suppress the noise for the generated FFI surface.
include!;