EDByteReaderCallback

@defgroup LLVMCEnhancedDisassembly Enhanced Disassembly @ingroup LLVMC @deprecated

This module contains an interface to the Enhanced Disassembly (edis) library. The edis library is deprecated and will likely disappear in the near future. You should use the @ref LLVMCDisassembler interface instead.

@{

extern (C) nothrow
alias EDByteReaderCallback = int function(uint8_t* byte_, uint64_t address, void* arg)

Meta