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.

Returns:

  • size_t

Arguments

  • stream_from -
  • stream_to -
  • size -