pub fn read_console_data_into(buf: &mut [u8]) -> usize
Read data from the console input stream (standard input) into buf.
buf
Returns the number of bytes read.