[][src]Function caldera_bindings::avformat::avio_seek

pub unsafe extern "C" fn avio_seek(
    s: *mut AVIOContext,
    offset: i64,
    whence: c_int
) -> i64

fseek() equivalent for AVIOContext. @return new position or AVERROR.