Allows __funcref pointers to be used as the element type for WASM tables in Clang (static, global, zero-length arrays of a reference type). Modifies `QualType::isWebAssemblyFuncrefType` to correctly look at the addrspace of the pointee, rather than the pointer type. Related: #140933