pub unsafe extern "C" fn PyUnicode_FromUnicode( u: *const wchar_t, size: Py_ssize_t, ) -> *mut PyObject
Py_LIMITED_API
Py_3_12