Type Alias VmFunction2

Source
pub type VmFunction2<Aux, T1, T2> = fn(&mut Vm<'_, Aux>, T1, T2) -> Result<Value, ExecutionErrorPayload>;