Function stream_copy_full
Source pub unsafe extern "C" fn stream_copy_full(
stream_from: *mut Stream,
stream_to: *mut Stream,
) -> usize
Expand description
Copy data from one stream to another. Data will be copied from start of one stream and to start of other stream.
§Arguments
stream_from -
stream_to -
§Returns
size_t