pub unsafe extern "C" fn yield_console_data(
stream: u64,
address: u64,
len: u64,
)Expand description
Append the data from address..address + len to the console output stream.
The data is text encoded as UTF-8.
The stream can be 1 for standard output and 2 for standard error.