Function fromWStringz

conversion from wchar z-string

wstring fromWStringz(
  const(wchar[]) s
);

wstring fromWStringz(
  const(wchar)* s
);