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