pub unsafe extern "C" fn dc_iostream_set_break(
iostream: *mut dc_iostream_t,
value: c_uint,
) -> dc_status_tExpand description
Set the state of the break condition.
@param[in] iostream A valid I/O stream. @param[in] value The break condition state. @returns #DC_STATUS_SUCCESS on success, or another #dc_status_t code on failure.