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