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