pub unsafe extern "C" fn PyUnicode_WriteChar(
unicode: *mut PyObject,
index: Py_ssize_t,
character: Py_UCS4
) -> c_int