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