pub fn lseek64(fd: RawFd, offset: libc::off64_t, whence: Whence) -> Result<libc::off64_t>
#[cfg(any(target_os = "linux", target_os = "android"))]