1//! C-compatible FFI bindings. 2//! 3//! Thin wrapper around the public API. Opaque pointers. No Rust types exposed. 4 5pub mod c_api;