1pub struct CSharp {} 2 3impl CSharp { 4 pub fn write(_data: &crate::ParsedData, 5 _output_file_path: &String) { 6 } 7}