//! Raw, build-time generated bindings to Cronet's native C API.
//!
//! The declarations are generated from upstream `cronet_c.h` and
//! `bidirectional_stream_c.h` at build time.
//! `tokio-cronet-src` supplies the pinned headers and always builds the native
//! library from the same filtered source tree unless an explicit
//! `CRONET_LIB_DIR` override is supplied. Prefer the safe `tokio-cronet` crate.
include!;
unsafe extern "C"