Macro spice::cstr[][src]

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

Convert String to *mut i8.