[]Function wasi_common_lucet::hostcalls::fd_seek

pub fn fd_seek(
    wasi_ctx: &WasiCtx,
    memory: &mut [u8],
    fd: u32,
    offset: i64,
    whence: u8,
    newoffset: u32
) -> u16