pub unsafe extern "C" fn avio_read( s: *mut AVIOContext, buf: *mut c_uchar, size: c_int, ) -> c_int
Read size bytes from AVIOContext into buf. @return number of bytes read or AVERROR