local_unsetenv
static void local_unsetenv(const char *name);
(void) local_unsetenv(env->name);
local_unsetenv(*v);
void local_unsetenv(tchar *name);