pub unsafe extern "C" fn PyUnicodeWriter_WriteChar(
writer: *mut PyUnicodeWriter,
ch: Py_UCS4,
) -> c_intAvailable on non-
Py_LIMITED_API and Py_3_14 only.pub unsafe extern "C" fn PyUnicodeWriter_WriteChar(
writer: *mut PyUnicodeWriter,
ch: Py_UCS4,
) -> c_intPy_LIMITED_API and Py_3_14 only.