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