pub fn generate_bindings( udl_file: &Utf8Path, config_file_override: Option<&Utf8Path>, target_languages: Vec<&str>, out_dir_override: Option<&Utf8Path>, library_file: Option<&Utf8Path>, try_format_code: bool) -> Result<()>