[][src]Function wasi_common_lucet::hostcalls::wasi_common_fd_seek

#[no_mangle]
pub unsafe extern "C" fn wasi_common_fd_seek(
    wasi_ctx: *mut WasiCtx,
    memory: *mut u8,
    memory_len: usize,
    fd: u32,
    offset: i64,
    whence: u8,
    newoffset: u32
) -> u16