[][src]Function wasi_common::snapshots::wasi_unstable::wasi_unstable::fd_tell

pub fn fd_tell(
    ctx: &WasiCtx,
    memory: &dyn GuestMemory,
    fd: i32,
    offset_ptr: i32
) -> Result<i32, String>