Skip to main content

PyUnicodeWriter_WriteChar

Function PyUnicodeWriter_WriteChar 

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