[]Function wasi_common_lucet::hostcalls::path_filestat_get

pub unsafe fn path_filestat_get(
    wasi_ctx: &WasiCtx,
    memory: &mut [u8],
    dirfd: u32,
    dirflags: u32,
    path_ptr: u32,
    path_len: u32,
    filestat_ptr: u32
) -> u16