pub fn show_parameters_and_variables( return_type: &VmType, variables: &[VariableRegister], f: &mut dyn Write, use_color: bool, ) -> Result<(), Error>