pub unsafe extern "C" fn avio_read_to_bprint(
    h: *mut AVIOContext,
    pb: *mut AVBPrint,
    max_size: usize
) -> c_int