cstr

Macro cstr 

Source
macro_rules! cstr {
    ([$($size:expr),*], $($args:tt)*) => { ... };
    ($($args:tt)*) => { ... };
}