pub fn print_output_with_host_print(
function_call: &FunctionCall,
) -> Result<Vec<u8>>
Expand description
Print a message using the host’s print function.
This function requires memory to be setup to be used. In particular, the existence of the input and output memory regions.