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