Function flipper0::ffi::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. @param stream_from @param stream_to @return size_t