pub fn generate_external_bindings<T: BindingGenerator>(
    binding_generator: &T,
    library_path: &Utf8Path,
    crate_name: Option<String>,
    config_file_override: Option<&Utf8Path>,
    out_dir: &Utf8Path,
    try_format_code: bool
) -> Result<Vec<Source<T::Config>>>
Expand description

Generate foreign bindings

Returns the list of sources used to generate the bindings, in no particular order.