pub unsafe extern "C" fn PyUnicodeWriter_WriteUTF8(
writer: *mut PyUnicodeWriter,
str: *const i8,
size: isize,
) -> i32Available on
Py_3_14 and neither Py_LIMITED_API nor RustPython only.