//! Raw FFI bindings to the Modular MAX C API.
//!
//! Generated by bindgen from the headers in `max/include/max/c/`.
//! These are opaque-struct-based bindings — you interact through
//! function pointers, not by reading struct fields directly.
//!
//! For a safe, ergonomic API, use `pyroxide` instead.
include!;