cstr

Macro cstr 

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

Convert String to *mut i8.