macro_rules! string_slice { ($name: literal, $value: expr) => { ... }; ($name: path, $value: expr) => { ... }; }
Create a String array argument.
String
// One of these is not an actor: ctx.set_attribute( "dummy", &[nsi::string_slice!( "actors", &["Klaus Kinski", "Giorgio Moroder", "Rainer Brandt"] )], );