pub fn disassemble_neovm_bytecode(bytecode: &[u8]) -> StringExpand description
Disassemble NeoVM bytecode into a human-readable textual listing.
This function is total: any byte sequence (including malformed or
truncated bytecode) produces some output without panicking. That
invariant is fuzzed by fuzz/fuzz_targets/fuzz_target_disasm.rs.