pub type IoOptions = IoOptions;
Io Options available for invoking the script
enum IoOptions { Null, Pipe, Inherit, }
Corresponds to Stdio::null()
Corresponds to Stdio::pipe()
Corresponds to Stdio::inherit()