pub unsafe extern "C" fn PyUnicode_AsUnicode(
unicode: *mut PyObject
) -> *mut Py_UNICODE
👎Deprecated