Function PyUnicode_FromWideChar

Source
pub unsafe extern "C" fn PyUnicode_FromWideChar(
    w: *const wchar_t,
    size: Py_ssize_t,
) -> *mut PyObject
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here