Function libc::lseek64[][src]

pub unsafe extern "C" fn lseek64(
    fd: c_int,
    offset: off64_t,
    whence: c_int
) -> off64_t