CAP-0052 specifies that INVOKE_HOST_FUNCTION_SUCCESS returns an SCVal on success, but our implementation doesn't include this value. We should either include it, or provide an alternate way to retrieve the return value of a contract function. An alternative solution would be to return the value in a system event using CAP-0056.