[][src]Function wasi_common::hostcalls::wasi_common_path_filestat_get

#[no_mangle]
pub unsafe extern "C" fn wasi_common_path_filestat_get(
    wasi_ctx: *const WasiCtx,
    memory: *mut u8,
    memory_len: usize,
    dirfd: __wasi_fd_t,
    dirflags: __wasi_lookupflags_t,
    path_ptr: uintptr_t,
    path_len: size_t,
    filestat_ptr: uintptr_t
) -> __wasi_errno_t