[][src]Function xed_sys::xed_encode_nop

pub unsafe extern "C" fn xed_encode_nop(
    array: *mut c_uchar,
    ilen: c_uint
) -> xed_error_enum_t

This function will attempt to encode a NOP of exactly ilen bytes. If such a NOP is not encodeable, then false will be returned.

@param array the encoded instruction bytes are stored here @param ilen the input length array. @return success/failure as a #xed_error_enum_t @ingroup ENC