pub fn emit_to_path( program: &MirProgram, path: &Path, source_file: &Path, function_lines: &BTreeMap<String, usize>, ) -> Result<(), CodegenError>
Emit Rust source for program and write it to path.
program
path