pub unsafe extern "C" fn PyUnicodeWriter_WriteChar(
writer: *mut PyUnicodeWriter,
ch: u32,
) -> i32Available on
Py_3_14 only.pub unsafe extern "C" fn PyUnicodeWriter_WriteChar(
writer: *mut PyUnicodeWriter,
ch: u32,
) -> i32Py_3_14 only.