Function lseek64

Source
pub unsafe extern "C" fn lseek64(
    __fd: c_int,
    __offset: off64_t,
    __whence: c_int,
) -> off64_t