Function lseek

pub unsafe extern "C" fn lseek(
    fd: i32,
    offset: i64,
    whence: i32,
) -> i64 
Available on crate feature dep_sdl2 only.