pub unsafe extern "C" fn fd_seek(
    arg0: i32,
    arg1: i64,
    arg2: i32,
    arg3: i32
) -> i32
Expand description

Move the offset of a file descriptor. Note: This is similar to lseek in POSIX.