[]Function wasi_common_lucet::__wasi_path_open

#[no_mangle]
pub unsafe extern "C" fn __wasi_path_open(
    vmctx_raw: *mut lucet_vmctx,
    dirfd: __wasi_fd_t,
    dirflags: __wasi_lookupflags_t,
    path_ptr: uintptr_t,
    path_len: size_t,
    oflags: __wasi_oflags_t,
    fs_rights_base: __wasi_rights_t,
    fs_rights_inheriting: __wasi_rights_t,
    fs_flags: __wasi_fdflags_t,
    fd_out_ptr: uintptr_t
) -> __wasi_errno_t