pub unsafe extern "C" fn PyUnicode_FromUnicode(
u: *const Py_UNICODE,
size: Py_ssize_t,
) -> *mut PyObject
👎Deprecated since 0.2.1: Deprecated since Python 3.3 / PEP 393
pub unsafe extern "C" fn PyUnicode_FromUnicode(
u: *const Py_UNICODE,
size: Py_ssize_t,
) -> *mut PyObject