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