Function wasi_common::snapshots::preview_0::wasi_unstable::fd_seek[][src]

pub fn fd_seek(
    ctx: &WasiCtx,
    memory: &dyn GuestMemory,
    fd: i32,
    offset: i64,
    whence: i32,
    newoffset_ptr: i32
) -> Result<i32, Trap>