macro_rules! c_string {
    ($str:literal $(,)?) => { ... };
}
Expand description

Create a static C string. Will automatically add a NUL terminator.