Macro cstr

Source
macro_rules! cstr {
    ($str:expr) => { ... };
}
Expand description

This macro takes a string and returns a CString