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