pub fn run_io<R: Read, W: Write>(dialect: Dialect, reader: R, writer: W) -> i32
The hook over arbitrary reader/writer for a given dialect (testable).