pub unsafe extern "C" fn PyUnicode_WriteChar( unicode: *mut PyObject, index: isize, character: u32, ) -> i32