pub unsafe extern "C" fn dc_iostream_close(
iostream: *mut dc_iostream_t,
) -> dc_status_tExpand description
Close the I/O stream and free all resources.
@param[in] iostream A valid I/O stream. @returns #DC_STATUS_SUCCESS on success, or another #dc_status_t code on failure.