Macro cstring

Source
macro_rules! cstring {
    ($string:expr) => { ... };
}