Function pyo3::ffi::PyUnicode_AsUnicodeAndSize

source ยท
pub unsafe extern "C" fn PyUnicode_AsUnicodeAndSize(
    unicode: *mut PyObject,
    size: *mut isize
) -> *mut i32
๐Ÿ‘ŽDeprecated
Available on non-Py_3_12 only.
โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here