pub fn fd_prestat_get<M: MemorySize>(
ctx: FunctionEnvMut<'_, WasiEnv>,
fd: Fd,
buf: WasmPtr<Prestat, M>,
) -> ErrnoExpand description
ยงfd_prestat_get()
Get metadata about a preopened file descriptor Input:
Fd fdThe preopened file descriptor to query Output:__wasi_prestat *bufWhere the metadata will be written