pub fn generate<F: Into<PathBuf>, S: AsRef<str>>( outpath_src: F, outpath_hdr: F, inpath: F, arguments: &[S], ) -> Result<()>