Macro cstringify

Source
macro_rules! cstringify {
    ($x:path) => { ... };
}
Expand description

Creates a &'static CStr from a path.