pub fn format_bytecode_to<W: Write + ?Sized>( bytecode: &[u8], w: &mut W, ) -> Result
Formats an EVM bytecode to the given writer.