1// Suppress the flurry of warnings caused by using "C" naming conventions
2#![allow(non_upper_case_globals)]
3#![allow(non_camel_case_types)]
4#![allow(non_snake_case)]
56// This matches bindgen::Builder output
7include!(concat!(env!("OUT_DIR"), "/bindings.rs"));