[][src]Function wasi_common::hostcalls::wasi_common_fd_tell

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