Unbinds a global variable.
This function deletes a symbol's associated global variable. Future attempts to
access that variable will trigger an error.
It's an error if the symbol name
is not currently bound to a
global variable, or if its global binding has been frozen.