[][src]Function wasi_common::old::snapshot_0::hostcalls::old_wasi_common_fd_seek

#[no_mangle]
pub unsafe extern "C" fn old_wasi_common_fd_seek(
    wasi_ctx: *mut WasiCtx,
    memory: *mut u8,
    memory_len: usize,
    fd: __wasi_fd_t,
    offset: __wasi_filedelta_t,
    whence: __wasi_whence_t,
    newoffset: uintptr_t
) -> __wasi_errno_t