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