Macro c_str

Source
macro_rules! c_str {
    ($($proc_macro:tt)*) => { ... };
}