pub unsafe extern "C" fn PyUnicode_GetSize(
unicode: *mut PyObject,
) -> Py_ssize_t
👎Deprecated: Removed in Python 3.12
Available on non-
Py_3_12
only.pub unsafe extern "C" fn PyUnicode_GetSize(
unicode: *mut PyObject,
) -> Py_ssize_t
Py_3_12
only.