pub fn syscall_output_size_handler(
caller: &mut impl StoreTr<RuntimeContext>,
_params: &[Value],
result: &mut [Value],
) -> Result<(), TrapCode>Expand description
Writes the length of ctx.execution_result.return_data into result[0].