C API: How much private is the private _Py_IDENTIFIER() API?

Update in this area: Argument Clinic now supports the limited C API, see:

The C code generated by Argument Clinic is currently less efficient than the code targeting the internal C API (faster APIs), but there is room for improvement (since we know how to make it faster with the internal C API).