macro_rules! cstr { ($s:expr) => { ... }; }
Creates a &'static CStr from a string literal.
&'static CStr