extern crate cbindgen; use cbindgen::*; use std::path::Path; use std::process::Command; use std::{env, fs}; fn run_cbindgen( profile: &'static str, path: &Path, output: &Path, language: Language, style: Option