pub unsafe extern "C" fn PyWideStringList_Append(
list: *mut PyWideStringList,
item: *const wchar_t,
) -> PyStatus
Available on
Py_3_8
and non-PyPy
and non-Py_LIMITED_API
only.pub unsafe extern "C" fn PyWideStringList_Append(
list: *mut PyWideStringList,
item: *const wchar_t,
) -> PyStatus
Py_3_8
and non-PyPy
and non-Py_LIMITED_API
only.