macro_rules! write_file { ($file_name:expr, $content:expr) => { ... }; }
Macro for writing a file to the disk.