__getenv_reentrant
ssize_t __getenv_reentrant(const char* name, char* buffer,
ssize_t result = __getenv_reentrant("HOME", buffer, bufferSize);