pub fn convert_statement_in_file( file_path: &Path, old_content: &str, new_content: &str, ) -> Result<()>