โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here

Function PyUnicode_AsUnicodeAndSize

Source
pub unsafe extern "C" fn PyUnicode_AsUnicodeAndSize(
    unicode: *mut PyObject,
    size: *mut Py_ssize_t,
) -> *mut wchar_t
๐Ÿ‘ŽDeprecated
Available on non-Py_LIMITED_API and non-Py_3_12 only.