macro_rules! c_lit { ($e:expr) => { ... }; ($($e:tt)+) => { ... }; }
Creates C compatible string that ends with null character