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