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

Read N bytes from stream @param stream Stream instance @param data data to be read @param count size of data to be read @return size_t how many bytes was read