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