fn foo(state: &mut OpState, a: u32, b: u32) -> Result { Ok(a + b) }