Function PyType_GetName

Source
pub unsafe extern "C" fn PyType_GetName(
    arg1: *mut PyTypeObject,
) -> *mut PyObject
Available on Py_3_11 only.