Function PyUnicodeWriter_WriteChar
pub unsafe extern "C" fn PyUnicodeWriter_WriteChar(
writer: *mut PyUnicodeWriter,
ch: u32,
) -> i32Available on crate feature
tls and Py_3_14 only.pub unsafe extern "C" fn PyUnicodeWriter_WriteChar(
writer: *mut PyUnicodeWriter,
ch: u32,
) -> i32tls and Py_3_14 only.