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