pub unsafe extern "C" fn PyUnicode_AsUnicode(
    unicode: *mut PyObject
) -> *mut Py_UNICODE
👎Deprecated since 0.2.1: Deprecated since Python 3.3 / PEP 393