pyo3_ffi

Function PyUnicode_FromUnicode

Source
pub unsafe extern "C" fn PyUnicode_FromUnicode(
    u: *const Py_UNICODE,
    size: Py_ssize_t,
) -> *mut PyObject
👎Deprecated
Available on non-Py_LIMITED_API and non-Py_3_12 only.