pub trait WithNull: Clone { fn with_null(&mut self) -> &String; }
Returns self as a null-terminated String. Implemented only for String.
If not \0 at the end, it will be added.
\0