// extern crate bindgen;
fnmain(){// This was used to generate the constants.rs file
//// To cleanup the generated file, only keep the lines that start with "pub const", and replace
// all the custom int type by u32
// bindgen::Builder::default()
// .header("/usr/include/linux/rtnetlink.h")
// .header("/usr/include/linux/if_arp.h")
// .constified_enum_module(".*")
// .generate()
// .expect("Unable to generate bindings")
// .write_to_file("foo.rs")
// .expect("could not write bindings");
}