//! Raw FFI bindings to `libmtmd`.
//!
//! Generated by `bindgen` from `vendor/llama.cpp/tools/mtmd/mtmd.h` at
//! the pinned commit. Compiled in only when the `llamacpp` cargo
//! feature is enabled (per ADR 0016, multimodal is part of the
//! baseline llamacpp adapter shape).
//!
//! Shared types with `libllama` (`llama_model`, `llama_pos`, etc.)
//! are imported from the `crate::ffi` module rather than re-declared
//! — see the `raw_line` directive in `build.rs`. mtmd-specific types
//! (`mtmd_context`, `mtmd_bitmap`, ...) are defined here.
include!;