pub trait CodeAsmUmwait<T> { // Required method fn umwait(&mut self, op0: T) -> Result<(), IcedError>; }