pub fn return_value<R>(return_flags: ReturnFlags, return_value: &R) -> !where R: Encode,
Returns the value back to the caller of the executed contract.
This function stops the execution of the contract immediately.