pub unsafe extern "C" fn stream_write(
    stream: *mut Stream,
    data: *const u8,
    size: usize
) -> usize
Expand description

Write N bytes to the stream @param stream Stream instance @param data data to write @param size size of data to be written @return size_t how many bytes was written