Get lower case version of provided string
Pointer<Char> TextToLower(Pointer<Char> text) => _TextToLower(text);