pub trait CustomCodegen: Send + Sync + 'static { // Required method fn should_emit_ecalli(&self, number: u32, asm: &mut Assembler) -> bool; }