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