Function lseek

Source
pub unsafe extern "C" fn lseek(
    __fd: i32,
    __offset: i64,
    __whence: i32,
) -> i64