1#[allow(warnings)] 2#[allow(clippy::all)] 3pub mod bindings { 4 include!(concat!(env!("OUT_DIR"), "/bindings.rs")); 5} 6 7pub use bindings::*;