pub unsafe extern "C" fn PyUnicode_Resize( unicode: *mut *mut PyObject, length: Py_ssize_t, ) -> c_int