Rust `&'static str` literals are not null-terminated by default. Make them so. See [this macro](https://docs.rs/cstr-macro/0.1.0/src/cstr_macro/lib.rs.html#2-6) for inspiration.
Rust
&'static strliterals are not null-terminated by default. Make them so.See this macro for inspiration.