[][src]Function xed_sys::xed_format_generic

pub unsafe extern "C" fn xed_format_generic(
    pi: *mut xed_print_info_t
) -> xed_bool_t

@ingroup PRINT Disassemble the instruction information to a buffer. See the #xed_print_info_t for the required public fields of the argument. This is the preferred method of doing disassembly. The output buffer must be at least 25 bytes long. @param pi a #xed_print_info_t @return Returns 0 if the disassembly fails, 1 otherwise.