const char * SDL_GetEnvironmentVariable(SDL_Environment *env, const char *name);
(const char *) 変数の値へのポインタを戻す. 見つからないときNULLを戻す.
この関数はどのスレッドからも安全に呼べる.