pub unsafe extern "C" fn PyUnicode_AsUnicodeCopy(
    unicode: *mut PyObject
) -> *mut Py_UNICODE
👎Deprecated since 0.6.1: Deprecated since Python 3.3; removed in 3.10