pub unsafe extern "C" fn PyUnicodeWriter_WriteUTF8(
writer: *mut PyUnicodeWriter,
str: *const c_char,
size: Py_ssize_t,
) -> c_intAvailable on non-
Py_LIMITED_API and Py_3_14 only.pub unsafe extern "C" fn PyUnicodeWriter_WriteUTF8(
writer: *mut PyUnicodeWriter,
str: *const c_char,
size: Py_ssize_t,
) -> c_intPy_LIMITED_API and Py_3_14 only.