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