pub unsafe extern "C" fn PyUnicode_AsUnicode(
unicode: *mut PyObject,
) -> *mut Py_UNICODE
👎Deprecated
Available on non-
Py_LIMITED_API
and non-Py_3_12
only.pub unsafe extern "C" fn PyUnicode_AsUnicode(
unicode: *mut PyObject,
) -> *mut Py_UNICODE
Py_LIMITED_API
and non-Py_3_12
only.