pub(crate) fn write_file<P: Display, C: AsRef<[u8]>>( dir: P, test_file_name: P, transformed_code: C, ) -> Result<(), Error>