Returns the value of an environment variable using the C getenv function. Equivalent but not identical to environment-variable.
| variable | An instance of <byte-string>. The name of an environment variable. |
| value | An instance of <byte-string>, or #f if variable is not defined in the environment. |