Bind properly the static const type, so that the content cannot be modified by the host language (Python, for example).
Typical use case :
As of today, vec3.One must be duplicated, otherwise it's very content is prone to be modified by the user's code.