pub fn compile_library_args<P: AsRef<Path>>( output: &str, files: &[P], args: &[&str], ) -> Result<(), String>
nasm_rs::compile_library_args("libfoo.a", &["foo.s", "bar.s"], &["-Fdwarf"]).unwrap();