[][src]Function wasi_common_lucet::__wasi_fd_seek

#[no_mangle]
pub unsafe extern "C" fn __wasi_fd_seek(
    vmctx_raw: *mut lucet_vmctx,
    fd: __wasi_fd_t,
    offset: __wasi_filedelta_t,
    whence: __wasi_whence_t,
    newoffset: uintptr_t
) -> __wasi_errno_t