Void Ports
----------
This kind of port just causes errors if you try to use it in a normal
way.
- primitive: %make-void-port mode
Create and return a new void port. A void port acts like
/dev/null. The MODE argument specifies the input/output modes for
this port: see the documentation for `open-file' in Note:File
Ports.