#[no_mangle] pub unsafe extern "C" fn lseek( fd: c_int, offset: off_t, whence: c_int, ) -> off_t
Set the position of the file indicated by fd.
fd
Return its position after seek.