pub unsafe extern "C" fn PyUnicode_FromUnicode(
    u: *const i32,
    size: isize
) -> *mut PyObject
👎Deprecated
Available on non-Py_3_12 only.