This attribute exposes mesh vertex normals as an attribute for use with
the attribute nodes. Since the normal vector stored in vertices is only
a cache of data computable from the surrounding faces, the attribute is
read-only.
Initially I was hoping this could be a write-able attribute, but it
doesn't work consistently because the data is treated strictly as a
cache in the code. Custom normals will be stored on the corner domain,
an attribute which will be called corner_normal.