pub unsafe extern "C" fn PyWideStringList_Insert(
list: *mut PyWideStringList,
index: Py_ssize_t,
item: *const wchar_t,
) -> PyStatusAvailable on neither
Py_LIMITED_API nor RustPython and non-PyPy only.