pub unsafe extern "C" fn PyUnicodeWriter_WriteUTF8(
writer: *mut PyUnicodeWriter,
str: *const c_char,
size: Py_ssize_t,
) -> c_intpub unsafe extern "C" fn PyUnicodeWriter_WriteUTF8(
writer: *mut PyUnicodeWriter,
str: *const c_char,
size: Py_ssize_t,
) -> c_int