[][src]Macro openvino::cstr

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

Convert a Rust string into a string to pass across the C boundary.