Function python3_sys::PyUnicode_AsUnicodeAndSize

source ยท
pub unsafe extern "C" fn PyUnicode_AsUnicodeAndSize(
    unicode: *mut PyObject,
    size: *mut Py_ssize_t,
) -> *mut Py_UNICODE
๐Ÿ‘ŽDeprecated since 0.2.1: Deprecated since Python 3.3 / PEP 393