Function setStringzLength

Shorten a null terminated FixedString to be the size of the actual string (without the null)

void setStringzLength(ulong N) (
  ref FixedArray!(char,N,false) str
) pure nothrow @nogc @safe;

Will throw a RangeError if the string is not null terminated