1#![allow(dead_code,non_snake_case)] 2 3//! raw system bindings using bindgen 4 5include!(concat!(env!("OUT_DIR"),"/bindings.rs"));