Function xed_sys::xed_operand_print

source ·
pub unsafe extern "C" fn xed_operand_print(
    p: *const xed_operand_t,
    buf: *mut c_char,
    buflen: c_int
)
Expand description

@ingroup DEC Print the operand p into the buffer buf, of length buflen. @param p an operand template, #xed_operand_t. @param buf buffer that gets filled in @param buflen maximum buffer length