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